Skip to content

fix: remove old renovate config #341

fix: remove old renovate config

fix: remove old renovate config #341

---
# 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:
contents: read
pull-requests: write
checks: 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(git-sync): auto-applied' --body 'This PR is auto-generated by https://github.com/M0NsTeRRR/.github.'"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}