chore(git-sync): auto-applied workflow #389
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# 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 }} |