Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/release_tracking_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Release Tracking Issue
about: Checklist for tracking a new release of rules_python.
title: 'Release <version>'
labels: ['type:release']
labels: ['type: release']
---
# Release tasks
- [ ] Prepare Release | status=awaiting-preparation
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cut_release_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ permissions:

jobs:
cut_branch:
# Run only if the issue has the type:release label
if: contains(github.event.issue.labels.*.name, 'type:release')
# Run only if the issue has the type: release label
if: contains(github.event.issue.labels.*.name, 'type: release')
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/process_backports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:

jobs:
process_backports:
# Always gate GHA runs to ensure we are operating on a type:release labeled issue if metadata is queried
# Always gate GHA runs to ensure we are operating on a type: release labeled issue if metadata is queried
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down