File tree Expand file tree Collapse file tree 7 files changed +7
-0
lines changed Expand file tree Collapse file tree 7 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 7
7
- synchronize
8
8
branches-ignore :
9
9
- ' release-please--branches--*'
10
+
10
11
jobs :
11
12
main :
12
13
name : Validate PR title
Original file line number Diff line number Diff line change 6
6
- ' dependabot/**'
7
7
types :
8
8
- opened
9
+
9
10
jobs :
10
11
add-welcome-message :
11
12
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 3
3
push :
4
4
branches :
5
5
- main
6
+
6
7
jobs :
7
8
release :
8
9
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 3
3
repository_dispatch :
4
4
types :
5
5
- help-command
6
+
6
7
jobs :
7
8
help-command :
8
9
name : " ChatOps: /help"
Original file line number Diff line number Diff line change 3
3
issue_comment :
4
4
types :
5
5
- created
6
+
6
7
jobs :
7
8
slash-command-dispatch :
8
9
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ name: 'Close stale issues and PRs'
2
2
on :
3
3
schedule :
4
4
- cron : ' 25 2 * * *'
5
+
5
6
jobs :
6
7
stale :
7
8
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 3
3
push :
4
4
branches :
5
5
- release-please--branches--main
6
+
6
7
jobs :
7
8
docs :
8
9
# update docs after merge back to develop
You can’t perform that action at this time.
0 commit comments