Skip to content

Commit

Permalink
ci: Lgtm
Browse files Browse the repository at this point in the history
  • Loading branch information
Josephasafg committed Jun 19, 2024
1 parent 574c197 commit e7e26d9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,17 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: ${{ env.label }}

add_lgtm_label:
runs-on: ubuntu-latest
if: github.event.review.state == 'approved'

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Add LGTM label
uses: actions-ecosystem/action-add-labels@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: lgtm

0 comments on commit e7e26d9

Please sign in to comment.