Skip to content

PR

PR #9

Workflow file for this run

name: PR
on:
schedule:
- cron: '* 1 * 1 *'
workflow_dispatch:
jobs:
action-pull-request:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Create pull request
uses: devops-infra/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
title: aUTO pr
source_branch: test
target_branch: main
label: auto-merge
allow_no_diff: true