mirror of
https://github.com/batonogov/learn-devops.git
synced 2026-01-20 14:01:02 +00:00
20 lines
341 B
YAML
20 lines
341 B
YAML
name: AURO PR
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- "*"
|
|
- "!main"
|
|
|
|
jobs:
|
|
pull-request:
|
|
runs-on: ubuntu-latest
|
|
permissions:
|
|
pull-requests: write
|
|
steps:
|
|
- uses: actions/checkout@v6.0.1
|
|
- name: Auto Pull Request
|
|
uses: diillson/auto-pull-request@v1.0.1
|
|
with:
|
|
destination_branch: main
|