Skip to content

chore(pulumi): auto-applied workflow #16

chore(pulumi): auto-applied workflow

chore(pulumi): auto-applied workflow #16

# THIS FILE IS GENERATED! DO NOT EDIT! Maintained by Pulumi
name: create pull request for automation-sync
on:
push:
branches:
- automation-sync
permissions:
pull-requests: write
jobs:
create-pull-request:
name: Create Pull Request
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Create Pull Request
run: "gh pr view automation-sync && gh pr reopen automation-sync || gh pr create -B main -H automation-sync --title 'chore(pulumi): auto-applied' --body 'This PR is auto-generated by https://github.com/M0NsTeRRR/.github.'"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}