Skip to content

Upgrade provider to v2.2.1, update crossplane-runtime #1

Upgrade provider to v2.2.1, update crossplane-runtime

Upgrade provider to v2.2.1, update crossplane-runtime #1

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/uptest/.github/workflows/provider-backport.yml@main