From db2b8312780d7b79784f2c6dc6c0962c0b040f0f Mon Sep 17 00:00:00 2001 From: Matteo Cominetti Date: Wed, 15 Feb 2023 12:47:19 +0000 Subject: [PATCH] Delete .github/workflows directory --- .github/workflows/close-issue.yml | 12 ------------ .github/workflows/open-issue.yml | 12 ------------ 2 files changed, 24 deletions(-) delete mode 100644 .github/workflows/close-issue.yml delete mode 100644 .github/workflows/open-issue.yml 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