Skip to content

Commit

Permalink
[Actions Bot] Update Github Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NetcrackerCLPLCI committed Feb 6, 2025
1 parent 7f75972 commit 252be92
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/automatic-pr-labeler.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---

name: Automatic PR Labeler

on:
pull_request:
branches: [main]
types:
[opened, reopened]

jobs:
assign-labels:
uses: Netcracker/qubership-workflow-hub/.github/workflows/auto-labeler.yaml@main
name: Assign labels in pull request
if: github.event.pull_request.merged == false
with:
pull_request_number: ${{ github.event.pull_request.number }}
config_file: './.github/auto-labeler-config.yaml'

0 comments on commit 252be92

Please sign in to comment.