Skip to content

Commit

Permalink
Use common labels (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Dec 3, 2024
1 parent 42a5209 commit 8c8ebc2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 32 deletions.
29 changes: 0 additions & 29 deletions .github/labeler.yml

This file was deleted.

12 changes: 9 additions & 3 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Pull Request Labeler"
name: Pull Request Labeler
on:
- pull_request_target

Expand All @@ -12,10 +12,16 @@ jobs:
pull-requests: write
runs-on: ubuntu-24.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
sparse-checkout: |
labeler.yml
sparse-checkout-cone-mode: false
repository: opentracing-contrib/common

- uses: actions/labeler@v5
continue-on-error: true
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true
configuration-path: labeler.yml

0 comments on commit 8c8ebc2

Please sign in to comment.