Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emmenko/action-verify-pr-labels
https://github.com/emmenko/action-verify-pr-labels
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/emmenko/action-verify-pr-labels
- Owner: emmenko
- Created: 2020-05-13T11:05:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T15:43:20.000Z (8 months ago)
- Last Synced: 2024-05-06T17:11:45.174Z (8 months ago)
- Language: JavaScript
- Size: 38.1 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Verify Pull Request Labels
This is a GitHub Action to verify that at least one label is assigned to a Pull Request.
```yml
- name: Verify Pull Request Labels
uses: emmenko/action-verify-pr-labels@master
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
```