Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GHA: Notify - extract PR number when merging on main (#511)
When using github.rest.issues.createComment, context.issue.number does not work when the notify job is triggered by a push to the 'main' branch event. Instead, we manually extract the PR number using the gh CLI.
- Loading branch information