We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c62b48 commit 4f7f993Copy full SHA for 4f7f993
1 file changed
.github/workflows/add-to-devrel.yml
@@ -0,0 +1,22 @@
1
+name: 'Add to DevRel Project'
2
+
3
+on:
4
+ issues:
5
+ types:
6
+ - opened
7
+ - reopened
8
+ pull_request_target:
9
10
11
12
13
+jobs:
14
+ add-to-project:
15
+ name: Add issue/PR to project
16
+ runs-on: ubuntu-latest
17
+ steps:
18
+ - uses: actions/add-to-project@v1.0.0
19
+ with:
20
+ # add to DevRel Project #117
21
+ project-url: https://github.com/orgs/near/projects/117
22
+ github-token: ${{ secrets.PROJECT_GH_TOKEN }}
0 commit comments