mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-05 11:22:19 +00:00
fix: Apply various fixes per OpenSSF recommendations (#10780)
This commit is contained in:
committed by
GitHub
parent
b641d275d1
commit
6d4f9e5311
@@ -1,13 +1,15 @@
|
||||
name: Automatic backport/sync action
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
contents: read
|
||||
on:
|
||||
pull_request_target:
|
||||
types: ["labeled", "closed"]
|
||||
|
||||
jobs:
|
||||
backport:
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
name: Backport/sync PR
|
||||
runs-on: ubuntu-22.04
|
||||
if: github.event.pull_request.merged
|
||||
|
||||
Reference in New Issue
Block a user