mirror of
https://github.com/awsdocs/aws-doc-sdk-examples.git
synced 2026-03-26 06:22:18 +00:00
16 lines
359 B
YAML
16 lines
359 B
YAML
name: "Keep PRs Updated from Main"
|
|
on:
|
|
# disabled on push until testing is complete
|
|
# push:
|
|
# branches:
|
|
# - main
|
|
workflow_dispatch:
|
|
jobs:
|
|
autoupdate:
|
|
name: Auto Update PR
|
|
runs-on: ubuntu-22.04
|
|
steps:
|
|
- uses: docker://chinthakagodawita/autoupdate-action:v1
|
|
env:
|
|
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
|