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 35fd0b1 commit 1af8c5c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/labelling-when-code-review-completed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
pull_request:
branches:
- dev
## pull_request_review:
## types: [ submitted ]

jobs:
notify:
Expand All @@ -14,6 +12,11 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
show-progress: false

- name: Fetch dev branch
run: git fetch origin dev

- name: Prepare environment
uses: ./.github/actions/prepare-environment
Expand Down

0 comments on commit 1af8c5c

Please sign in to comment.