forked from SteamWar/SteamWar
@@ -44,7 +44,7 @@ jobs:
|
||||
name: Merge backport
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
if: ${{ startsWith(github.event.pull_request.base.ref, 'version/') && startsWith(github.event.pull_request.head.ref, 'backport/pr-') }}
|
||||
if: ${{ startsWith(github.event.pull_request.base.ref, 'version/') && startsWith(github.event.pull_request.head.ref, 'backport-pr-') }}
|
||||
permissions:
|
||||
contents: write
|
||||
issues: write
|
||||
|
||||
Reference in New Issue
Block a user