We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe9ca2 commit ef26fecCopy full SHA for ef26fec
.github/workflows/update-roadmap-project-dates.yml
@@ -11,9 +11,9 @@ jobs:
11
runs-on: ubuntu-latest
12
13
steps:
14
- # Step 1: Set "Start Date" when PR is labeled "In Progress"
+ # Step 1: Set "Start Date" when PR is labeled "awaiting_tech_review"
15
- name: Set Start Date
16
- if: contains(github.event.label.name, 'In Progress') # Trigger only if the label is "In Progress"
+ if: contains(github.event.label.name, 'awaiting_tech_review') # Trigger only if the label is "awaiting_tech_review"
17
env:
18
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19
PROJECT_NUMBER: 4 # Replace with your project number
0 commit comments