Skip to content

Commit c02df08

Browse files
authoredDec 7, 2022
[Maint] Updates action for the project for workflows
1 parent 8043ef7 commit c02df08

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Add PRs and issues to Octokit org project
2+
3+
on:
4+
issues:
5+
types: [reopened, opened]
6+
pull_request:
7+
types: [reopened, opened]
8+
9+
jobs:
10+
add-to-project:
11+
name: Add issue to project
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/add-to-project@v0.4.0
15+
with:
16+
project-url: https://github.com/orgs/octokit/projects/10
17+
github-token: ${{ secrets.OCTOKITBOT_PROJECT_ACTION_TOKEN }}
18+
labeled: 'Status: Stale'
19+
label-operator: NOT

0 commit comments

Comments
 (0)
Please sign in to comment.