Skip to content

Commit

Permalink
ci: Labelling wip [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakutoc committed Dec 4, 2024
1 parent b07e9ef commit 0c606b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/labelling-when-code-review-completed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ on:
- dev

jobs:
notify:
labelling:
## if: github.event.review.state == 'approved'
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 0c606b9

Please sign in to comment.