Skip to content

Commit 4179790

Browse files
authored
Rename skip news to no-changelog (microsoft#19522)
1 parent 788182a commit 4179790

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ updates:
55
schedule:
66
interval: daily
77
labels:
8-
- 'skip news'
8+
- 'no-changelog'
99

1010
# Not skipping the news for some Python dependencies in case it's actually useful to communicate to users.
1111
- package-ecosystem: 'pip'
@@ -19,11 +19,11 @@ updates:
1919
- dependency-name: isort
2020
- dependency-name: jedi-language-server
2121
labels:
22-
- 'skip news'
22+
- 'no-changelog'
2323
# Activate when we feel ready to keep up with frequency.
2424
# - package-ecosystem: 'npm'
2525
# directory: /
2626
# schedule:
2727
# interval: daily
2828
# default_labels:
29-
# - "skip news"
29+
# - "no-changelog"

.github/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
changelog:
22
exclude:
33
labels:
4-
- 'skip news'
4+
- 'no-changelog'
55
authors:
66
- 'dependabot'
77

.github/workflows/pr-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
with:
1919
mode: exactly
2020
count: 1
21-
labels: 'bug, debt, feature-request'
21+
labels: 'bug, debt, feature-request, no-changelog'

0 commit comments

Comments
 (0)