mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 09:54:36 +00:00
Update autolabeler.yml (#2660)
This commit is contained in:
parent
4354079c4e
commit
e6792790cc
1 changed files with 2 additions and 2 deletions
4
.github/workflows/autolabeler.yml
vendored
4
.github/workflows/autolabeler.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
||||||
permissions:
|
permissions:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
env:
|
env:
|
||||||
CONFIG_PATH: .github/autolabeler-config_new.json
|
CONFIG_PATH: .github/autolabeler-config.json
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
@ -87,4 +87,4 @@ jobs:
|
||||||
issue_number: prNumber,
|
issue_number: prNumber,
|
||||||
labels: Array.from(labelsToAdd),
|
labels: Array.from(labelsToAdd),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue