Skip to content

Commit

Permalink
fix bug #806
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadkitenge committed Sep 12, 2024
1 parent 7b2c4d4 commit be3d822
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Check PR title
uses: actions/labeler@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Checkout repo
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

Expand Down
14 changes: 14 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: 'Pull Request Labeler'
on:
- pull_request_target

jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit be3d822

Please sign in to comment.