Skip to content

chore(git-sync): auto-applied workflow #389

chore(git-sync): auto-applied workflow

chore(git-sync): auto-applied workflow #389

---
# THIS FILE IS GENERATED! DO NOT EDIT! Maintained by Pulumi
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: create pull request for automation-sync
on:
push:
branches:
- automation-sync
permissions: {}
jobs:
create-pull-request:
name: Create Pull Request
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
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(git-sync): auto-applied' --body 'This PR is auto-generated by https://github.com/M0NsTeRRR/.github.'"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}