chore: remove auto-update

This commit is contained in:
Jan De Dobbeleer 2021-05-16 18:51:57 +02:00
parent cc6a91fa6a
commit 11b829bedb
No known key found for this signature in database
GPG key ID: F6CC273CE5BA9AEE

View file

@ -1,15 +0,0 @@
name: Auto-update
on:
push:
branches:
- main
jobs:
Auto:
name: Auto Update PR
runs-on: ubuntu-latest
steps:
- uses: tibdex/auto-update@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}