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 b4f74f2 commit 1b731e9Copy full SHA for 1b731e9
.github/workflows/autolabel-pr-issue.yml
@@ -16,10 +16,7 @@ jobs:
16
github.event.action != 'edited' ||
17
(
18
github.event.changes.body &&
19
- (
20
- contains(github.event.changes.body.from || '', '#') !=
21
- contains(github.event.pull_request.body || '', '#')
22
- )
+ (github.event.changes.body.from || '') != (github.event.pull_request.body || '')
23
)
24
runs-on: ubuntu-latest
25
steps:
0 commit comments