Skip to content

Commit

Permalink
labeler test
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixdong committed Dec 11, 2024
1 parent c209b66 commit 7896038
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/all-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,6 @@ concurrency:
cancel-in-progress: true

jobs:
label:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4

- name: Run Labeler Action
uses: actions/labeler@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: ./.github/labeler-config.yml

# Megatron Report Clean
megatron-report-clean:
uses: ./.github/workflows/report-clean.yml
Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/auto_labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Auto Labeler

on:
push:
branches: [ "main" ]

jobs:
label:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4

- name: Run Labeler Action
uses: actions/labeler@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: ./.github/labeler-config.yml

0 comments on commit 7896038

Please sign in to comment.