We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abf60d1 commit 1b425cbCopy full SHA for 1b425cb
.github/workflows/generate-release-maintenance.yaml
@@ -98,4 +98,6 @@ jobs:
98
PR_NUMBER=${PR_URL##*/}
99
fi
100
101
- gh api -X PATCH "repos/${GH_REPO}/pulls/${PR_NUMBER}" -f maintainer_can_modify=true
+ if [[ "${GH_REPO%%/*}" != "$FORK_OWNER" ]]; then
102
+ gh api -X PATCH "repos/${GH_REPO}/pulls/${PR_NUMBER}" -f maintainer_can_modify=true
103
+ fi
0 commit comments