microsoft/openvmm

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
main

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
13