Add ExclusiveAccess, same as QMutexLocker but also provides data pointer #91
Workflow file for this run
This file contains 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 auto-labeler | |
on: | |
pull_request: | |
types: [opened] | |
jobs: | |
label_pr: | |
name: Label pull-request | |
runs-on: ubuntu-latest | |
steps: | |
- name: Label via convention | |
uses: oblivioncth/actions/pull-request/label-pr-conventionally@dev |