Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Jan 10, 2025
1 parent dd5c940 commit 090a5f0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/backports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
branches:
- main
jobs:
changelog_types:
changelog-types:
permissions:
pull-requests: read
runs-on: ubuntu-latest
Expand Down Expand Up @@ -40,12 +40,12 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}

changelog_labeling:
changelog-labeling:
permissions:
pull-requests: write
runs-on: ubuntu-latest
needs:
- changelog_types
- changelog-types
steps:
- run:
if [[ ${NO_BACKPORT} == 0 ]] ; then echo ${BACKPORT_FORBIDDEN} ; exit 0 ; fi
Expand All @@ -58,9 +58,9 @@ jobs:
echo ${BACKPORT_BUGFIX}
env:
GH_TOKEN: ${{ github.token }}
NO_BACKPORT: ${{ needs.changelog_types.outputs.no_backport }}
BUGFIX: ${{ needs.changelog_types.outputs.bugfix }}
MINOR_ONLY: ${{ needs.changelog_types.outputs.minor_only }}
NO_BACKPORT: ${{ needs.changelog-types.outputs.no_backport }}
BUGFIX: ${{ needs.changelog-types.outputs.bugfix }}
MINOR_ONLY: ${{ needs.changelog-types.outputs.minor_only }}
# These should be updated as part of the MAJOR release process
BACKPORT_CURRENT: 'backport-9'
BACKPORT_BUGFIX: 'backport-8'
Expand Down

0 comments on commit 090a5f0

Please sign in to comment.