We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98db657 + cd4bd10 commit e6d0309Copy full SHA for e6d0309
.github/workflows/branch-lockdown.yml
@@ -9,6 +9,6 @@ jobs:
9
lockdown:
10
runs-on: ubuntu-latest
11
steps:
12
- - name: Retun error if branch is in lockdown
+ - name: Return error if branch is in lockdown
13
run: echo "Branch is in lockdown. Please contact the branch owner to get it unlocked." && exit 1
14
if: ${{ contains(github.event.pull_request.labels.*.name, 'Branch Lockdown') }}
0 commit comments