Skip to content

Commit ef26fec

Browse files
authored
Update update-roadmap-project-dates.yml
1 parent 0fe9ca2 commit ef26fec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-roadmap-project-dates.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
# Step 1: Set "Start Date" when PR is labeled "In Progress"
14+
# Step 1: Set "Start Date" when PR is labeled "awaiting_tech_review"
1515
- name: Set Start Date
16-
if: contains(github.event.label.name, 'In Progress') # Trigger only if the label is "In Progress"
16+
if: contains(github.event.label.name, 'awaiting_tech_review') # Trigger only if the label is "awaiting_tech_review"
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1919
PROJECT_NUMBER: 4 # Replace with your project number

0 commit comments

Comments
 (0)