16
16
name : Syncer
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
- uses : micnncim/action-label-syncer@v1
21
21
env :
22
22
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -32,10 +32,10 @@ jobs:
32
32
33
33
# Label based on modified files
34
34
- name : Label based on changed files
35
- uses : actions/labeler@v4
35
+ uses : actions/labeler@v5
36
36
with :
37
37
repo-token : ${{ secrets.GITHUB_TOKEN }}
38
- sync-labels : ' '
38
+ sync-labels : true
39
39
40
40
# Label based on branch name
41
41
- uses : actions-ecosystem/action-add-labels@v1
@@ -70,16 +70,16 @@ jobs:
70
70
runs-on : ubuntu-latest
71
71
steps :
72
72
- name : Suggest to add labels
73
- uses : peter-evans/create-or-update-comment@v2
73
+ uses : peter-evans/create-or-update-comment@v4
74
74
# Execute only when no labels have been applied to the pull request
75
75
if : toJSON(github.event.pull_request.labels.*.name) == '{}'
76
76
with :
77
77
issue-number : ${{ github.event.pull_request.number }}
78
78
body : |
79
79
Please add one of the following labels to add this contribution to the Release Notes :point_down:
80
- - [bug]([ https://github.com/pyansys/pyrep /pulls?q=label%3Abug+)
81
- - [documentation]([ https://github.com/pyansys/pyrep /pulls?q=label%3Adocumentation+)
82
- - [enhancement]([ https://github.com/pyansys/pyrep /pulls?q=label%3Aenhancement+)
83
- - [good first issue]([ https://github.com/pyansys/pyrep /pulls?q=label%3Agood+first+issue)
84
- - [maintenance]([ https://github.com/pyansys/pyrep /pulls?q=label%3Amaintenance+)
85
- - [release]([ https://github.com/pyansys/pyrep /pulls?q=label%3Arelease+)
80
+ - [bug](https://github.com/ansys/pyaedt-examples /pulls?q=label%3Abug+)
81
+ - [documentation](https://github.com/ansys/pyaedt-examples /pulls?q=label%3Adocumentation+)
82
+ - [enhancement](https://github.com/ansys/pyaedt-examples /pulls?q=label%3Aenhancement+)
83
+ - [good first issue](https://github.com/ansys/pyaedt-examples /pulls?q=label%3Agood+first+issue)
84
+ - [maintenance](https://github.com/ansys/pyaedt-examples /pulls?q=label%3Amaintenance+)
85
+ - [release](https://github.com/ansys/pyaedt-examples /pulls?q=label%3Arelease+)
0 commit comments