Skip to content

Commit 864fdb9

Browse files
authored
ci: refine renovate changeset workflow (#2916)
Signed-off-by: Kashish Mittal <kmittal@redhat.com>
1 parent b541ce3 commit 864fdb9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/automate_renovate_changesets.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ on:
88
jobs:
99
generate-changeset:
1010
runs-on: ubuntu-latest
11-
if: github.actor == 'renovate[bot]' && github.repository == 'redhat-developer/rhdh-plugins'
11+
if: github.actor == 'renovate[bot]' && github.repository ==
12+
'redhat-developer/rhdh-plugins' &&
13+
github.event.pull_request.head.repo.full_name == github.repository
1214
steps:
1315
- name: Harden Runner
1416
uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0

0 commit comments

Comments
 (0)