1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
name: Update gitignore file on: schedule: # daily at 00:00 - cron: '0 0 * * *' permissions: contents: write pull-requests: write jobs: update-gitignore: runs-on: ubuntu-latest steps: - uses: gitignore-in/gh-action@v0.2.1