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 2036dfe commit 83c16bfCopy full SHA for 83c16bf
.github/workflows/hiring-mirror-and-delete.yml
@@ -11,7 +11,7 @@ permissions:
11
jobs:
12
mirror-and-delete:
13
# Only act on issues created from the website (title set by your JS)
14
- if: ${{ startsWith(github.event.issue.title, 'Application from Website') }}
+ if: ${{ startsWith(github.event.issue.title, 'Hiring Application from Website') }}
15
runs-on: ubuntu-latest
16
timeout-minutes: 1
17
0 commit comments