Closed trajan0x closed 1 month ago
The pull request introduces an update to the GitHub Actions workflow configuration in the file .github/workflows/labeler.yml
. A new job step named "Add 'fe-release' label" has been added, which conditionally applies the 'fe-release' label to pull requests based on their target branch. This step utilizes the actions-ecosystem/action-add-labels@v1
action and uses the GitHub token stored in the repository secrets. The existing steps in the workflow remain unchanged.
File Path | Change Summary |
---|---|
.github/workflows/labeler.yml | Added a new step "Add 'fe-release' label" in job pr-labeler that labels PRs targeting 'fe-release'. |
fe-release
branch, which is directly relevant to the new labeling step added for pull requests targeting the fe-release
branch in the main PR.fe-release
context that the main PR's new labeling step is designed to address.🐇 In the meadow where bunnies hop,
A label's added, we won't stop!
For 'fe-release', we mark the way,
With GitHub's magic, brightens the day!
Hopping along, our workflow's neat,
Labels galore, oh what a treat! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Latest commit: |
efc2bc1
|
Status: | ✅ Deploy successful! |
Preview URL: | https://15f515c3.sanguine-fe.pages.dev |
Branch Preview URL: | https://fix-fe-release.sanguine-fe.pages.dev |
Description
Add fe release label
Summary by CodeRabbit
New Features
Chores