We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b541ce3 commit 864fdb9Copy full SHA for 864fdb9
1 file changed
.github/workflows/automate_renovate_changesets.yml
@@ -8,7 +8,9 @@ on:
8
jobs:
9
generate-changeset:
10
runs-on: ubuntu-latest
11
- if: github.actor == 'renovate[bot]' && github.repository == 'redhat-developer/rhdh-plugins'
+ if: github.actor == 'renovate[bot]' && github.repository ==
12
+ 'redhat-developer/rhdh-plugins' &&
13
+ github.event.pull_request.head.repo.full_name == github.repository
14
steps:
15
- name: Harden Runner
16
uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0
0 commit comments