Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
chore: fix maintenance workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon authored Mar 18, 2020
1 parent 5260c6b commit 1847b38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maintenance.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Maintenance'
name: 'Maintenance'
on:
# So that PRs touching the same files as the push are updated
push:
Expand All @@ -15,4 +15,4 @@ jobs:
with:
dirtyLabel: 'PR: needs rebase'
removeOnDirtyLabel: 'PR: ready to ship'
repoToken: '${{ secrets.GITHUB_TOKEN }}'
repoToken: '${{ secrets.GITHUB_TOKEN }}'

0 comments on commit 1847b38

Please sign in to comment.