1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-03-08 13:19:05 +00:00

Update autolabeler.yml (#2660)

This commit is contained in:
Michel Roegl-Brunner 2025-02-26 15:51:30 +02:00 committed by GitHub
parent 4354079c4e
commit e6792790cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ jobs:
permissions:
pull-requests: write
env:
CONFIG_PATH: .github/autolabeler-config_new.json
CONFIG_PATH: .github/autolabeler-config.json
steps:
- name: Checkout repository
uses: actions/checkout@v4
@ -87,4 +87,4 @@ jobs:
issue_number: prNumber,
labels: Array.from(labelsToAdd),
});
}
}