From 580eb46eaeffe57e9dbd38a756df7be44645f2fb Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Fri, 1 Jul 2022 10:33:10 +0200 Subject: [PATCH] Add a workflow to add issues/PRs to projects. (GH-94447) * Add a workflow to add issues/PRs to projects. * Apply suggestions from code review Co-authored-by: CAM Gerlach Co-authored-by: CAM Gerlach (cherry picked from commit 5f2c91a343fb20f8c2fc78cbb3e68234bcba40a8) Co-authored-by: Ezio Melotti --- .github/workflows/project-updater.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/project-updater.yml diff --git a/.github/workflows/project-updater.yml b/.github/workflows/project-updater.yml new file mode 100644 index 00000000000000..4231b03870d6e3 --- /dev/null +++ b/.github/workflows/project-updater.yml @@ -0,0 +1,23 @@ +name: Update GH projects + +on: + issues: + types: + - opened + - labeled + pull_request: + types: + - opened + - labeled + +jobs: + add-to-project: + name: Add to the Release and Deferred Blocker project + runs-on: ubuntu-latest + steps: + - uses: actions/add-to-project@v0.1.0 + with: + project-url: https://github.com/orgs/python/projects/2 + github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} + labeled: release-blocker, deferred-blocker + label-operator: OR pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy