We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60f5ae4 commit d48c574Copy full SHA for d48c574
.github/workflows/auto-merge-upstream.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
# Only run for PRs with the upstream sync title and from upstream-main branch
12
if: >
13
- github.event.pull_request.title == '🔄 Sync with upstream changes' &&
+ contains(github.event.pull_request.title, 'Sync with upstream changes') &&
14
github.event.pull_request.head.ref == 'upstream-main' &&
15
github.event.pull_request.base.ref == 'main'
16
0 commit comments