Bump @rollup/plugin-commonjs from 28.0.9 to 29.0.0 in /sites in the all-dependencies group across 1 directory #3784
Workflow file for this run
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: Pull Request Labeler | |
| on: | |
| - pull_request_target | |
| defaults: | |
| run: | |
| shell: bash | |
| jobs: | |
| triage: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b | |
| with: | |
| repo-token: "${{ secrets.GITHUB_TOKEN }}" | |