We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e97fa2 + 1b731e9 commit d95150dCopy full SHA for d95150d
1 file changed
.github/workflows/autolabel-pr-issue.yml
@@ -12,8 +12,13 @@ permissions:
12
13
jobs:
14
sync-pr-metadata:
15
+ if: |
16
+ github.event.action != 'edited' ||
17
+ (
18
+ github.event.changes.body &&
19
+ (github.event.changes.body.from || '') != (github.event.pull_request.body || '')
20
+ )
21
runs-on: ubuntu-latest
-
22
steps:
23
# Step 1: Checkout repository
24
- name: Checkout
0 commit comments