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 3be341b commit f820dc5Copy full SHA for f820dc5
.github/workflows/add-to-devtools.yml
@@ -0,0 +1,22 @@
1
+name: 'Add to DevTools 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 DevTools Project #156
21
+ project-url: https://github.com/orgs/near/projects/156
22
+ github-token: ${{ secrets.GH_TOKEN }}
0 commit comments