Skip to content

Commit 83c16bf

Browse files
committed
Fix workflow condition to match actual issue title prefix for hiring applications
1 parent 2036dfe commit 83c16bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hiring-mirror-and-delete.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
jobs:
1212
mirror-and-delete:
1313
# Only act on issues created from the website (title set by your JS)
14-
if: ${{ startsWith(github.event.issue.title, 'Application from Website') }}
14+
if: ${{ startsWith(github.event.issue.title, 'Hiring Application from Website') }}
1515
runs-on: ubuntu-latest
1616
timeout-minutes: 1
1717

0 commit comments

Comments
 (0)