BigSamu / OpenSearch_Changelog_Workflow

A reusable workflow for automating changelog and release notes generation processes for OpenSearch repos
Apache License 2.0
0 stars 4 forks source link

Add logic to check if a label exists before removing #10

Closed JohnathonBowers closed 9 months ago

JohnathonBowers commented 9 months ago

Description

Adds logic to the updatePRLabel function to make sure the "skip-changelog" label is present on the PR before trying to remove it.

Issues

Addresses Issue #1