diff --git a/.github/workflows/autobump.sh b/.github/workflows/autobump.sh index 125c16f..57ea793 100755 --- a/.github/workflows/autobump.sh +++ b/.github/workflows/autobump.sh @@ -86,6 +86,7 @@ if ! (( pr )); then --body 'This is automated PR' \ --label 'skip-review' \ --label 'kind/cleanup' \ + --label 'dependencies' \ --label 'ci/autobump' \ --repo "$repo" fi diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 20f907d..41b8650 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -4,7 +4,10 @@ on: tags: - v* branches: + - main - master + - release-* + - autobump/* pull_request: env: diff --git a/.github/workflows/mage.yaml b/.github/workflows/mage.yaml index 812d7ee..f0b070b 100644 --- a/.github/workflows/mage.yaml +++ b/.github/workflows/mage.yaml @@ -2,9 +2,14 @@ name: Mage on: push: - branches: [ 'main', 'master','release-*' ] + tags: + - v* + branches: + - main + - master + - release-* + - autobump/* pull_request: - types: [opened, synchronize, reopened] env: FORCE_COLOR: true