Skip to content

Add new build submodule #113

Add new build submodule

Add new build submodule #113

Workflow file for this run

# name: Backport
# on:
# # NOTE(negz): This is a risky target, but we run this action only when and if
# # a PR is closed, then filter down to specifically merged PRs. We also don't
# # invoke any scripts, etc from within the repo. I believe the fact that we'll
# # be able to review PRs before this runs makes this fairly safe.
# # https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
# pull_request_target:
# types: [closed]
# # See also commands.yml for the /backport triggered variant of this workflow.
# jobs:
# backport:
# uses: upbound/official-providers-ci/.github/workflows/provider-backport.yml@standard-runners