Skip to content

Commit 4bb60c5

Browse files
committed
chore: Checkout
1 parent a6e84fa commit 4bb60c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr-base-enforcement.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
prevent-pr-targetting-master:
1010
runs-on: ubuntu-latest
1111
steps:
12+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
1213
- name: Post comment to update base branch
1314
run: gh pr comment ${{ github.event.pull_request.number }} --body "⚠️ Pull requests targetting the \`master\` branch are not allowed. Please update the base branch to \`next\`."
1415
env:

0 commit comments

Comments
 (0)