Skip to content

Commit 11d2ac3

Browse files
committed
Disable copyright job until issue with wrong merging PR is fixed
FantasticFiasco/action-update-license-year#276 (comment)
1 parent f403c60 commit 11d2ac3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ jobs:
7676
with:
7777
token: ${{ secrets.GITHUB_TOKEN }}
7878
- 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 }}
7982
env:
8083
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8184
run: gh pr merge --rebase --delete-branch

0 commit comments

Comments
 (0)