mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-08-14 08:25:48 +00:00
Update label.yml
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
name: Pull Request Labeler
|
||||
name: Label
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "*/10 * * * *"
|
||||
|
||||
jobs:
|
||||
labeler:
|
||||
pull-requests:
|
||||
name: Pull Requests
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: docker://docker.io/ilyam8/periodic-pr-labeler:v0.1.1
|
||||
- uses: ilyam8/periodic-pr-labeler@v0.3.0
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_REPOSITORY: ${{ github.repository }}
|
||||
|
||||
Reference in New Issue
Block a user