|
20 | 20 | runs-on: ubuntu-24.04 |
21 | 21 | steps: |
22 | 22 | - name: Add backlog comment |
23 | | - uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 |
| 23 | + uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 |
24 | 24 | if: ${{ github.event.label.name == 'backlog' }} |
25 | 25 | with: |
26 | 26 | token: ${{ secrets.GITHUB_TOKEN }} |
|
33 | 33 | In case you need this feature soon, please consider helping |
34 | 34 | or push it by [funding the development](https://weblate.org/support/). |
35 | 35 | - name: Add undecided comment |
36 | | - uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 |
| 36 | + uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 |
37 | 37 | if: ${{ github.event.label.name == 'undecided' }} |
38 | 38 | with: |
39 | 39 | token: ${{ secrets.GITHUB_TOKEN }} |
|
46 | 46 |
|
47 | 47 | Please try to clarify the use case or consider proposing something more generic to make it useful to more users. |
48 | 48 | - name: Add question comment |
49 | | - uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 |
| 49 | + uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 |
50 | 50 | if: ${{ github.event.label.name == 'question' }} |
51 | 51 | with: |
52 | 52 | token: ${{ secrets.GITHUB_TOKEN }} |
|
63 | 63 |
|
64 | 64 | In case your question is already answered, [making a donation](https://weblate.org/donate/) is the right way to say thank you! |
65 | 65 | - name: Add translate-toolkit comment |
66 | | - uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 |
| 66 | + uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 |
67 | 67 | if: ${{ github.event.label.name == 'translate-toolkit' }} |
68 | 68 | with: |
69 | 69 | token: ${{ secrets.GITHUB_TOKEN }} |
|
72 | 72 | The issue you've reported needs to be addressed in the [translate-toolkit](https://github.com/translate/translate/). |
73 | 73 | Please file the issue there, and include links to any relevant specifications about the formats (if applicable). |
74 | 74 | - name: Add good first issue comment |
75 | | - uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 |
| 75 | + uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 |
76 | 76 | if: ${{ github.event.label.name == 'good first issue' }} |
77 | 77 | with: |
78 | 78 | token: ${{ secrets.GITHUB_TOKEN }} |
|
0 commit comments