Skip to content

Tagging workflow included#12

Merged
sujata-m merged 1 commit into
developfrom
feature-github-pipeline
Jun 17, 2026
Merged

Tagging workflow included#12
sujata-m merged 1 commit into
developfrom
feature-github-pipeline

Conversation

@sujata-m

Copy link
Copy Markdown
Collaborator

DevBoard

Changes

Added a new GitHub Actions workflow (.github/workflows/tag.yml) that automatically updates environment tags when pull requests are merged.

Workflow Details:

  • Trigger: Pull request closure events on develop, staging, and production branches (only executes when PR is merged)
  • Tag Mapping: Maps base branch to environment tag:
    • developdev
    • stagingstage
    • productionprod
  • Execution: Force-updates the git tag locally and pushes it to the remote repository with the --force flag
  • Permissions: Requires contents: write to push tags

The workflow enables automated environment tagging aligned with branch-based deployments, ensuring consistent tag versions across environments.

## DevBoard
- https://dev.azure.com/TDEI-UW/TDEI/_workitems/edit/3739

## Changes

Added a new GitHub Actions workflow (`.github/workflows/tag.yml`) that automatically updates environment tags when pull requests are merged.

**Workflow Details:**
- **Trigger:** Pull request closure events on `develop`, `staging`, and `production` branches (only executes when PR is merged)
- **Tag Mapping:** Maps base branch to environment tag:
  - `develop` → `dev`
  - `staging` → `stage`
  - `production` → `prod`
- **Execution:** Force-updates the git tag locally and pushes it to the remote repository with the `--force` flag
- **Permissions:** Requires `contents: write` to push tags

The workflow enables automated environment tagging aligned with branch-based deployments, ensuring consistent tag versions across environments.
@coderabbitai

coderabbitai Bot commented Jun 17, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: f820fca7-9e10-450c-806f-dab939bab7e8

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@sujata-m sujata-m requested review from MashB and susrisha June 17, 2026 12:21
@sujata-m sujata-m merged commit a312b69 into develop Jun 17, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants