mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-06-07 09:58:51 +00:00
Merge branch 'origin/main' into 'next-release/main'
This commit is contained in:
commit
9a3b93da47
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
export default {
|
export default {
|
||||||
commentOnReleasedPullRequests: false,
|
commentOnReleasedPullRequests: false,
|
||||||
skipLabels: ['skip-release', 'skip-changelog', 'regression', 'backport'],
|
skipLabels: ['skip-release', 'skip-changelog', 'regression', 'backport-done'],
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue