We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 312391d commit e503f9aCopy full SHA for e503f9a
1 file changed
.github/workflows/issue_team_pr.yaml
@@ -5,10 +5,10 @@ on:
5
6
jobs:
7
create_pr:
8
- # Double validation: Label + Template
+ # Double validation: Label + Title pattern
9
if: |
10
contains(github.event.issue.labels.*.name, 'team-request') &&
11
- github.event.issue.title.startswith('[Team]')
+ startsWith(github.event.issue.title, '[Team]')
12
runs-on: ubuntu-latest
13
steps:
14
- name: Verify Team Request
0 commit comments