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 9ff5be6 commit c0aefcbCopy full SHA for c0aefcb
.github/workflows/add_to_octokit_project.yml
@@ -0,0 +1,20 @@
1
+name: Add PRs and issues to Octokit org project
2
+
3
+on:
4
+ issues:
5
+ types: [reopened, opened]
6
+ pull_request_target:
7
8
9
+jobs:
10
+ add-to-project:
11
+ name: Add issue to project
12
+ runs-on: ubuntu-latest
13
+ continue-on-error: true
14
+ steps:
15
+ - uses: actions/[email protected]
16
+ with:
17
+ project-url: https://github.com/orgs/octokit/projects/10
18
+ github-token: ${{ secrets.OCTOKITBOT_PROJECT_ACTION_TOKEN }}
19
+ labeled: "Status: Stale"
20
+ label-operator: NOT
0 commit comments