[GLPI 11] Very slow first load of /front/ticket.php after Central page in GLPI 11 (not in 10.0.20) #3246
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "Label commenter" | |
| on: | |
| issues: | |
| types: | |
| - "labeled" | |
| - "unlabeled" | |
| jobs: | |
| comment: | |
| permissions: | |
| contents: "read" | |
| issues: "write" | |
| runs-on: "ubuntu-latest" | |
| steps: | |
| - name: "Checkout" | |
| uses: "actions/checkout@v5" | |
| - name: "Label commenter" | |
| uses: "peaceiris/actions-label-commenter@v1" |