Skip to content

Commit c0aefcb

Browse files
authored
Create add_to_octokit_project.yml
Signed-off-by: 0x5BFA <[email protected]>
1 parent 9ff5be6 commit c0aefcb

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
types: [reopened, opened]
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

Comments
 (0)