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 f403c60 commit 11d2ac3Copy full SHA for 11d2ac3
.github/workflows/ci.yml
@@ -76,6 +76,9 @@ jobs:
76
with:
77
token: ${{ secrets.GITHUB_TOKEN }}
78
- name: Merge PR
79
+ # Disabled until issue with wrong merging PR is fixed.
80
+ # See https://github.com/FantasticFiasco/action-update-license-year/discussions/276#discussioncomment-3985583
81
+ if: ${{ false }}
82
env:
83
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
84
run: gh pr merge --rebase --delete-branch
0 commit comments