diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/autoupdate.yml deleted file mode 100644 index 71bf9b1..0000000 --- a/.github/workflows/autoupdate.yml +++ /dev/null @@ -1,15 +0,0 @@ -# autoupdate is a GitHub Action that auto-updates pull requests branches whenever changes land on their destination branch. -name: autoupdate -on: - push: - branches: - - main - - dev -jobs: - autoupdate: - name: autoupdate - runs-on: ubuntu-20.04 - steps: - - uses: docker://chinthakagodawita/autoupdate-action:v1 - env: - GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'