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
ci: Small adaptions to external contributor workflow (#12828)
This does two things:
1. Pass the author association to the step - we do not use it right now,
but it will be logged at least, allowing us to debug this.
2. Include a reference to the merged PR in the PR body.
body: This PR adds the external contributor to the CHANGELOG.md file, so that they are credited for their contribution.
47
+
body: "This PR adds the external contributor to the CHANGELOG.md file, so that they are credited for their contribution. See #${{ github.event.pull_request.number }}"
0 commit comments