Skip to content

Commit

Permalink
Just for prs
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple committed Jul 23, 2020
1 parent b01cfe6 commit 1cc34af
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/labeler.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
name: "Pull Request Labeler"
on:
schedule:
- cron: "*/1 * * * *"
pull_request:
types:
- opened
- synchronize
- closed
- cron: "0 * * * *"

jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
- uses: jpmcb/prow-github-actions@v1.0.0
with:
jobs: "pr-labeler"
github-token: "${{ secrets.GITHUB_TOKEN }}"
- uses: actions/labeler@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 1cc34af

Please sign in to comment.