Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Merge branch 'main' into get-action-4058 #1

Merge branch 'main' into get-action-4058

Merge branch 'main' into get-action-4058 #1

Workflow file for this run

name: autoupdate
on:
# This will trigger on pushes to all branches except main.
push:
branches-ignore:
- main
# The autoupdate action is designed to update PRs with the latest changes from the base branch.
# It doesn't need to run on pushes to main since there are no PRs to update in that case.
jobs:
autoupdate:
name: autoupdate
runs-on: ubuntu-latest
steps:
- uses: docker://chinthakagodawita/autoupdate-action:v1
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
MERGE_CONFLICT_ACTION: "ignore"