There was an error while loading. Please reload this page.
1 parent 69bd874 commit 9603ca8Copy full SHA for 9603ca8
2 files changed
.github/workflows/add-git-trailers.yml
@@ -18,9 +18,6 @@ jobs:
18
github.event.pull_request.base.ref == 'main' &&
19
github.event.review.state == 'approved'
20
runs-on: ubuntu-22.04
21
- permissions:
22
- contents: write
23
- pull-requests: write
24
steps:
25
- name: Harden the runner (Audit all outbound calls)
26
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
.github/workflows/pr-merge.yml
@@ -15,9 +15,6 @@ jobs:
15
if: |
16
github.event.pull_request.merged == true
17
runs-on: ubuntu-latest
-
0 commit comments