Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
susnux committed Apr 9, 2024
1 parent 357cd26 commit a28b643
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ensure-backported.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@ jobs:

steps:
- name: Run check
run: if ! ${{ contains(github.event.pull_request.labels.*.name, 'backport-request') }}; then exit 1; fi
run: |
if ! ${{ contains(github.event.pull_request.labels.*.name, 'backport-request') }}; then
echo "Please request a backport to the next-branch for our ongoing Vue 3 migration. Simply comment '/backport to next'";
exit 1;
fi

0 comments on commit a28b643

Please sign in to comment.