Skip to content

Commit 83cd5a3

Browse files
authored
Merge pull request #3046 from ruby/remove-milestone-check
Remove the milestone check
2 parents 7dfd4c9 + 6a44931 commit 83cd5a3

3 files changed

Lines changed: 2 additions & 93 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ updates:
2121
schedule:
2222
interval: 'weekly'
2323
labels:
24-
- 'no-milestone'
24+
- 'skip-changelog'

.github/workflows/bundle-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ jobs:
5858
--body "Automated weekly bundle update" \
5959
--head "$(git rev-parse --abbrev-ref HEAD)" \
6060
--base "${{ github.event.repository.default_branch }}" \
61-
--label "no-milestone"
61+
--label "skip-changelog"
6262
6363
gh pr merge --auto --merge "$(git rev-parse --abbrev-ref HEAD)"

.github/workflows/milestone.yml

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)