File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed
Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1616 pull-requests : write
1717 steps :
1818 - name : Assign issues and pull requests
19- uses : gustavofreze/auto-assign@1.1.4
19+ uses : gustavofreze/auto-assign@2.0.0
2020 with :
21- assignees : ' ${{ secrets .ASSIGNEES }}'
21+ assignees : ' ${{ vars .ASSIGNEES }}'
2222 github_token : ' ${{ secrets.GITHUB_TOKEN }}'
2323 allow_self_assign : ' true'
2424 allow_no_assignees : ' true'
Original file line number Diff line number Diff line change 11name : Validate links
22
33on :
4- pull_request : null
54 schedule :
6- - cron : 0 0 * * *
5+ - cron : ' 0 0 * * *'
76 workflow_dispatch :
87
98jobs :
@@ -16,19 +15,19 @@ jobs:
1615 - uses : actions/checkout@v4
1716 - name : Check links
1817 id : lychee
19- uses : lycheeverse/lychee-action@v2.2 .0
18+ uses : lycheeverse/lychee-action@v2.7 .0
2019 - name : Create issue
2120 if : env.lychee_exit_code != 0
22- uses : peter-evans/create-issue-from-file@v4
21+ uses : peter-evans/create-issue-from-file@v6
2322 with :
2423 title : Link checker report
2524 labels : ' report, automated-issue'
2625 content-filepath : ./lychee/out.md
2726 - name : Assign issues and pull requests
2827 if : env.lychee_exit_code != 0
29- uses : gustavofreze/auto-assign@1.1.4
28+ uses : gustavofreze/auto-assign@2.0.0
3029 with :
31- assignees : ' ${{ secrets .ASSIGNEES }}'
30+ assignees : ' ${{ vars .ASSIGNEES }}'
3231 github_token : ' ${{ secrets.GITHUB_TOKEN }}'
3332 allow_self_assign : ' true'
3433 allow_no_assignees : ' true'
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2019-2025 Back-End Brasil
3+ Copyright (c) 2019-2026 Back-End Brasil
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments