From 35f0f8a95ee766846d13e94d039d54e5afb0c5a5 Mon Sep 17 00:00:00 2001 From: Nick Floyd <139819+nickfloyd@users.noreply.github.com> Date: Thu, 8 Dec 2022 08:48:00 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20Workflows=20have=20changed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Workflow changes have been made in the Octokit org repo. This PR is propagating those changes. --- .github/workflows/add_to_octokit_project.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/add_to_octokit_project.yml diff --git a/.github/workflows/add_to_octokit_project.yml b/.github/workflows/add_to_octokit_project.yml new file mode 100644 index 0000000000..63c3338b79 --- /dev/null +++ b/.github/workflows/add_to_octokit_project.yml @@ -0,0 +1,19 @@ +name: Add PRs and issues to Octokit org project + +on: + issues: + types: [reopened, opened] + pull_request: + types: [reopened, opened] + +jobs: + add-to-project: + name: Add issue to project + runs-on: ubuntu-latest + steps: + - uses: actions/add-to-project@v0.4.0 + with: + project-url: https://github.com/orgs/octokit/projects/10 + github-token: ${{ secrets.OCTOKITBOT_PROJECT_ACTION_TOKEN }} + labeled: 'Status: Stale' + label-operator: NOT