We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73649b8 commit 950ecf3Copy full SHA for 950ecf3
.github/workflows/pr_autofixes.yaml
@@ -23,7 +23,6 @@ jobs:
23
with:
24
fetch-depth: 0 # We need the full history for comparing branches
25
ref: ${{ github.head_ref }} # Check out the PR branch
26
- persist-credentials: false
27
28
- name: Check if PR targets default branch
29
id: check-target
0 commit comments