Skip to content

Commit c20b9ca

Browse files
aaronpowellCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 8e1b913 commit c20b9ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/external-plugin-rerun-intake-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
if: >-
1919
!github.event.issue.pull_request &&
20-
contains(github.event.comment.body, '/rerun-intake')
20+
startsWith(github.event.comment.body, '/rerun-intake')
2121
steps:
2222
- name: Checkout staged branch
2323
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1

0 commit comments

Comments
 (0)