Skip to content

Commit 10d9bfd

Browse files
feat: add to devrel workflow
1 parent 20f4c83 commit 10d9bfd

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/add-to-devrel.yml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: 'Add to DevRel Project'
2+
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
- reopened
8+
pull_request:
9+
types:
10+
- opened
11+
- reopened
12+
13+
jobs:
14+
add-to-project:
15+
name: Add issue/PR to project
16+
runs-on: ubuntu-latest
17+
steps:
18+
- uses: actions/[email protected]
19+
with:
20+
# add to DevRel Project #117
21+
project-url: https://github.com/orgs/near/projects/117
22+
github-token: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)