You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run: gh pr comment "$PR_URL" --body "This pull request has been marked to **automatically
24
-
sync** to its base branch. You can **disable** this behavior by removing the `sync`
25
-
label."
26
-
env:
27
-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
-
PR_URL: ${{ github.event.pull_request.html_url }}
23
+
- name: Comment on PR to explain sync label
24
+
run: gh pr comment "$PR_URL" --body "This pull request has been marked to **automatically sync** to its base branch. You can **disable** this behavior by removing the `sync` label." --repo "$PR_REPO"
0 commit comments