Skip to content

Commit d95150d

Browse files
authored
Merge pull request #1030 from sheikhlimon/fix/sync-metadata-pr
Fix/sync metadata pr
2 parents 8e97fa2 + 1b731e9 commit d95150d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,13 @@ permissions:
1212

1313
jobs:
1414
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+
)
1521
runs-on: ubuntu-latest
16-
1722
steps:
1823
# Step 1: Checkout repository
1924
- name: Checkout

0 commit comments

Comments
 (0)