microsoft/openvmm

Public

mirrored fromhttps://github.com/microsoft/openvmmAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
0dffce5f13c3db5cf89767ce777f11f1c014a22d

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.github/workflows/labeler.yml

12lines · modecode

1name: "Pull Request Labeler"
2on:
3- pull_request_target
4
5jobs:
6 labeler:
7 permissions:
8 contents: read
9 pull-requests: write
10 runs-on: ubuntu-latest
11 steps:
12 - uses: actions/labeler@v5