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.
1 parent ff9320a commit cd4bd10Copy full SHA for cd4bd10
.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