Skip to content

Commit b1937b9

Browse files
committed
address review comments
1 parent 9f5f972 commit b1937b9

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

.github/workflows/lint_pr_title.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- synchronize
88
branches-ignore:
99
- 'release-please--branches--*'
10+
1011
jobs:
1112
main:
1213
name: Validate PR title

.github/workflows/pr-opened.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- 'dependabot/**'
77
types:
88
- opened
9+
910
jobs:
1011
add-welcome-message:
1112
runs-on: ubuntu-latest

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
67
jobs:
78
release:
89
runs-on: ubuntu-latest

.github/workflows/slash_ops_commands.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
repository_dispatch:
44
types:
55
- help-command
6+
67
jobs:
78
help-command:
89
name: "ChatOps: /help"

.github/workflows/slash_ops_comment_dispatch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
issue_comment:
44
types:
55
- created
6+
67
jobs:
78
slash-command-dispatch:
89
runs-on: ubuntu-latest

.github/workflows/stale.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: 'Close stale issues and PRs'
22
on:
33
schedule:
44
- cron: '25 2 * * *'
5+
56
jobs:
67
stale:
78
runs-on: ubuntu-latest

.github/workflows/update_docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- release-please--branches--main
6+
67
jobs:
78
docs:
89
# update docs after merge back to develop

0 commit comments

Comments
 (0)