Bump node-forge from 1.3.1 to 1.3.2 in /docusaurus #4389
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 Actions" | |
| on: | |
| issues: | |
| types: [labeled, unlabeled] | |
| pull_request_target: | |
| types: [labeled, unlabeled] | |
| discussion: | |
| types: [labeled, unlabeled] | |
| permissions: | |
| contents: read | |
| issues: write | |
| pull-requests: write | |
| discussions: write | |
| jobs: | |
| action: | |
| runs-on: ubuntu-latest | |
| steps: | |
| # TODO_TECHDEBT: switch to `dessant/label-actions@v3` when https://github.com/dessant/label-actions/pull/29 is merged. | |
| - uses: okdas/label-actions@patch-1 |