File tree Expand file tree Collapse file tree 2 files changed +22
-8
lines changed Expand file tree Collapse file tree 2 files changed +22
-8
lines changed Original file line number Diff line number Diff line change
1
+ tasks :
2
+ - name : remove-label
3
+ on :
4
+ issue_comment :
5
+ types : [created]
6
+ config :
7
+ label : needs-reply
8
+ exclude-labeler : true
9
+ - name : add-platform-labels
10
+ on :
11
+ issues :
12
+ types : [opened, edited]
13
+ - name : add-contributors
14
+ on :
15
+ push :
16
+ branches : [master]
17
+ config :
18
+ base : master
Original file line number Diff line number Diff line change @@ -2,23 +2,19 @@ name: Capacitor Bot
2
2
3
3
on :
4
4
push :
5
- branches :
6
- - master
5
+ branches : [master]
7
6
issues :
8
- types :
9
- - opened
10
- - edited
7
+ types : [opened, edited]
11
8
issue_comment :
12
- types :
13
- - created
9
+ types : [created]
14
10
15
11
jobs :
16
12
bot :
17
13
name : ${{ github.event_name }}/${{ github.event.action }}
18
14
runs-on : ubuntu-latest
19
15
steps :
20
16
- uses : actions/checkout@v2
21
- - uses : ionic-team/bot@fea115086a25fc19b6775c70138bcbfe9557d5f6
17
+ - uses : ionic-team/bot@main
22
18
with :
23
19
repo-token : ${{ secrets.BOT_TOKEN }}
24
20
env :
You can’t perform that action at this time.
0 commit comments