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 85639b5 commit 3b9d74eCopy full SHA for 3b9d74e
.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:
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/[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