Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emmenko/action-verify-pr-labels


https://github.com/emmenko/action-verify-pr-labels

Last synced: 3 months ago
JSON representation

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 }}'
```