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 e76908c commit cd323e0Copy full SHA for cd323e0
.github/main.workflow
.github/workflows/issues.yml
@@ -0,0 +1,13 @@
1
+on: issues
2
+name: Run issue bot
3
+jobs:
4
+ build:
5
+ name: nativescript-vue/issue-bot-action
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - uses: actions/checkout@master
9
+ - name: nativescript-vue/issue-bot-action
10
+ uses: nativescript-vue/issue-bot-action@master
11
+ env:
12
+ BOT_TOKEN: ${{ secrets.BOT_TOKEN }}
13
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
0 commit comments