Skip to content

Commit 1b731e9

Browse files
Update .github/workflows/autolabel-pr-issue.yml
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
1 parent b4f74f2 commit 1b731e9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/autolabel-pr-issue.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ jobs:
1616
github.event.action != 'edited' ||
1717
(
1818
github.event.changes.body &&
19-
(
20-
contains(github.event.changes.body.from || '', '#') !=
21-
contains(github.event.pull_request.body || '', '#')
22-
)
19+
(github.event.changes.body.from || '') != (github.event.pull_request.body || '')
2320
)
2421
runs-on: ubuntu-latest
2522
steps:

0 commit comments

Comments
 (0)