We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8544e1 commit 580eb46Copy full SHA for 580eb46
.github/workflows/project-updater.yml
@@ -0,0 +1,23 @@
1
+name: Update GH projects
2
+
3
+on:
4
+ issues:
5
+ types:
6
+ - opened
7
+ - labeled
8
+ pull_request:
9
10
11
12
13
+jobs:
14
+ add-to-project:
15
+ name: Add to the Release and Deferred Blocker project
16
+ runs-on: ubuntu-latest
17
+ steps:
18
+ - uses: actions/[email protected]
19
+ with:
20
+ project-url: https://github.com/orgs/python/projects/2
21
+ github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
22
+ labeled: release-blocker, deferred-blocker
23
+ label-operator: OR
0 commit comments