Skip to content

Commit e503f9a

Browse files
Update issue_team_pr.yaml
1 parent 312391d commit e503f9a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/issue_team_pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ on:
55

66
jobs:
77
create_pr:
8-
# Double validation: Label + Template
8+
# Double validation: Label + Title pattern
99
if: |
1010
contains(github.event.issue.labels.*.name, 'team-request') &&
11-
github.event.issue.title.startswith('[Team]')
11+
startsWith(github.event.issue.title, '[Team]')
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Verify Team Request

0 commit comments

Comments
 (0)