mirror of
https://gh.llkk.cc/https://github.com/WeblateOrg/scripts.git
synced 2025-10-03 15:01:00 +08:00
chore(deps): update peter-evans/create-or-update-comment action to v5 (#349)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
f79202fa72
commit
8a1a875565
2 changed files with 7 additions and 7 deletions
4
.github/workflows/closing.yml
vendored
4
.github/workflows/closing.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- name: Add closed question comment
|
||||
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
|
||||
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
|
||||
if: |
|
||||
github.actor != 'renovate[bot]' &&
|
||||
github.event.issue.state_reason == 'completed' &&
|
||||
|
@ -42,7 +42,7 @@ jobs:
|
|||
* In case you see a similar problem, please open a separate issue.
|
||||
* If you are happy with the outcome, don’t hesitate to support Weblate by making a [donation](https://weblate.org/donate/).
|
||||
- name: Add closed issue comment
|
||||
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
|
||||
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
|
||||
if: |
|
||||
github.actor != 'renovate[bot]' &&
|
||||
github.event.issue.state_reason == 'completed' &&
|
||||
|
|
10
.github/workflows/labels.yml
vendored
10
.github/workflows/labels.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- name: Add backlog comment
|
||||
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
|
||||
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
|
||||
if: ${{ github.event.label.name == 'backlog' }}
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
@ -33,7 +33,7 @@ jobs:
|
|||
In case you need this feature soon, please consider helping
|
||||
or push it by [funding the development](https://weblate.org/support/).
|
||||
- name: Add undecided comment
|
||||
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
|
||||
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
|
||||
if: ${{ github.event.label.name == 'undecided' }}
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
@ -46,7 +46,7 @@ jobs:
|
|||
|
||||
Please try to clarify the use case or consider proposing something more generic to make it useful to more users.
|
||||
- name: Add question comment
|
||||
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
|
||||
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
|
||||
if: ${{ github.event.label.name == 'question' }}
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
@ -63,7 +63,7 @@ jobs:
|
|||
|
||||
In case your question is already answered, [making a donation](https://weblate.org/donate/) is the right way to say thank you!
|
||||
- name: Add translate-toolkit comment
|
||||
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
|
||||
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
|
||||
if: ${{ github.event.label.name == 'translate-toolkit' }}
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
@ -72,7 +72,7 @@ jobs:
|
|||
The issue you've reported needs to be addressed in the [translate-toolkit](https://github.com/translate/translate/).
|
||||
Please file the issue there, and include links to any relevant specifications about the formats (if applicable).
|
||||
- name: Add good first issue comment
|
||||
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
|
||||
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
|
||||
if: ${{ github.event.label.name == 'good first issue' }}
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue