diff --git a/.github/workflows/close-issue.yml b/.github/workflows/close-issue.yml deleted file mode 100644 index 30e1ebc..0000000 --- a/.github/workflows/close-issue.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: Update issue Status - -on: - issues: - types: [closed] - -jobs: - update_issue: - uses: specklesystems/github-actions/.github/workflows/project-add-issue.yml@main - secrets: inherit - with: - issue-id: ${{ github.event.issue.node_id }} \ No newline at end of file diff --git a/.github/workflows/open-issue.yml b/.github/workflows/open-issue.yml deleted file mode 100644 index 27fe2b8..0000000 --- a/.github/workflows/open-issue.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: Move new issues into Project - -on: - issues: - types: [opened] - -jobs: - track_issue: - uses: specklesystems/github-actions/.github/workflows/project-add-issue.yml@main - secrets: inherit - with: - issue-id: ${{ github.event.issue.node_id }} \ No newline at end of file