Skip to content
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Does PR has the label?

Do you want to know if a PR has a particular label? You can use this action to easily chech that, and use the output as you need:

Example:

name: CIon: pull_request:
types: [opened, labeled]jobs:
build:
runs-on: ubuntu-lateststeps:
- uses: Dreamcodeio/pr-has-label-action@masterid: checkLabelwith:
label: PROVISION:FEATURE_BRANCH
- name: Does 'pull_request' has ${{ steps.checkLabel.outputs.checkedLabel }} label? run: echo "${{ steps.checkLabel.outputs.hasLabel }}" 

About

No description, website, or topics provided.

Resources

Stars

15 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages