forked from tibdex/auto-update
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from workaroundgmbh/readd_label_support
Readd label support and remove auto-merge dependency
- Loading branch information
Showing
5 changed files
with
6,451 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
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: | ||
name: Auto-update | ||
runs-on: ubuntu-18.04 | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: tibdex/auto-update@v2 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
label: auto-update |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.