Add GitHub Actions workflow for auto-tagging and notifications#7
Conversation
Signed-off-by: Sachin <32639496+sachintu47@users.noreply.github.com>
|
augment review |
🤖 Augment PR SummarySummary: Adds a GitHub Actions workflow to automate version tagging/releases and notify a downstream repo. Changes:
Technical Notes: Actions are pinned to immutable SHAs and the workflow requests 🤖 Was this summary useful? React with 👍 or 👎 |
Updated workflow to use pull_request_target for better security and modified actions to use specific commit SHAs. Signed-off-by: Sachin <32639496+sachintu47@users.noreply.github.com>
|
augment review |
Add conditional ref for checkout based on event type. Signed-off-by: Sachin <32639496+sachintu47@users.noreply.github.com>
|
augment review |
Signed-off-by: Sachin <32639496+sachintu47@users.noreply.github.com>
| pull_request_target: | ||
| types: [closed] | ||
| branches: [zopen2] | ||
| release: |
There was a problem hiding this comment.
Because this workflow also triggers on release: published, a merge run that creates a release will cause a second run and likely dispatch upstream-release twice. Please confirm the downstream can handle duplicate notifications (or has a dedupe mechanism) so this doesn’t trigger redundant downstream work.
Severity: medium
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.
Auto-tag on every release and notify downstream zoslibport on updates