Skip to content

Commit

Permalink
task: Add labeler pipeline
Browse files Browse the repository at this point in the history
Add labeler pipeline

Signed-off-by: Gabriel Mocanu <[email protected]>
  • Loading branch information
gabrielmocanu committed Jul 30, 2023
1 parent 2ee3595 commit a87d5ab
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
area/infra:
- 'common/**/*'
- '.github/**/*'
16 changes: 16 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Labeler Workflow

on:
schedule:
- cron: "0 */12 * * *"
workflow_dispatch:

jobs:
labeler:
name: Labeler
runs-on: ubuntu-latest
steps:
- name: Labeler
uses: security-summer-school/actions/cron-labeler@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a87d5ab

Please sign in to comment.