Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pblitz-pg committed Nov 8, 2021
1 parent 057267d commit 6eefe88
Show file tree
Hide file tree
Showing 5 changed files with 6,418 additions and 15 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Auto-update
# Auto-update only listens to `push` events.
# If a pull request is already outdated when enabling auto-merge, manually click on the "Update branch" button a first time to avoid having to wait for another commit to land on the base branch for the pull request to be updated.
on: push
# on: push
# If pull requests are always based on the same branches, only triggering the workflow when these branches receive new commits will minimize the workflow execution.
# on:
# push:
# branches:
# - main
on:
push:
branches:
- main

jobs:
Auto:
Expand All @@ -16,6 +16,5 @@ jobs:
- uses: tibdex/auto-update@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# Uncomment to ignore pull requests without the specified label.
label: auto-update

8 changes: 0 additions & 8 deletions dist/index.js

This file was deleted.

Binary file removed dist/index.js.cache
Binary file not shown.
1 change: 0 additions & 1 deletion dist/index.js.cache.js

This file was deleted.

Loading

0 comments on commit 6eefe88

Please sign in to comment.