Skip to content

Commit

Permalink
ci(pr-auto-add-labelы): rm v5; a.i. disable patch (#6134)
Browse files Browse the repository at this point in the history
  • Loading branch information
inomdzhon authored Nov 24, 2023
1 parent 03b0d8f commit d7605d4
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/pull_request_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ concurrency:

jobs:
labels:
# TODO [>=6]: удалить условие после релиза v6
if: false
permissions:
pull-requests: write
runs-on: ubuntu-latest
Expand All @@ -27,19 +29,6 @@ jobs:
labels: ["patch"]
})
# TODO [>=6]: удалить после v6
- name: V5
if: ${{ !(startsWith(github.event.pull_request.title, 'BREAKING CHANGE') || contains(github.event.pull_request.title, 'v6') || startsWith(github.event.pull_request.title, 'patch'))}}
uses: actions/github-script@v7
with:
script: |
github.rest.issues.addLabels({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
labels: ["v5"]
})
lint_codes_format:
runs-on: ubuntu-latest
name: Check code formatting
Expand Down

0 comments on commit d7605d4

Please sign in to comment.