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 c501208 commit c5878a8Copy full SHA for c5878a8
.github/workflows/capacitor-bot.yml
@@ -0,0 +1,19 @@
1
+name: Capacitor Bot
2
+
3
+on:
4
+ issues:
5
+ types:
6
+ - opened
7
+ - edited
8
+ issue_comment:
9
10
+ - created
11
12
+jobs:
13
+ bot:
14
+ name: ${{ github.event_name }}/${{ github.event.action }}
15
+ runs-on: ubuntu-latest
16
+ steps:
17
+ - uses: ionic-team/capacitor-bot@master
18
+ with:
19
+ repo-token: ${{ secrets.BOT_TOKEN }}
.github/workflows/remove-needs-reply.yml
0 commit comments