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 238c2dd commit d847a36Copy full SHA for d847a36
.github/main.workflow
@@ -1,9 +1,9 @@
1
workflow "Run issue bot" {
2
- resolves = ["rigor789/nativescript-vue-issue-bot@actions"]
3
on = "issues"
+ resolves = ["nativescript-vue/issue-bot-action"]
4
}
5
6
-action "rigor789/nativescript-vue-issue-bot@actions" {
7
- uses = "rigor789/nativescript-vue-issue-bot@actions"
8
- secrets = ["BOT_TOKEN"]
+action "nativescript-vue/issue-bot-action" {
+ uses = "nativescript-vue/issue-bot-action@master"
+ secrets = ["BOT_TOKEN", "GH_TOKEN"]
9
0 commit comments