Sha256: 29feff0d96605fac69ce62e33116bf8788acf9b10d330b5ef490ed6e15abb848
Contents?: true
Size: 621 Bytes
Versions: 3
Compression:
Stored size: 621 Bytes
Contents
name: "Ensure labels" permissions: contents: read pull-requests: read on: # yamllint disable-line rule:truthy pull_request: types: - labeled - unlabeled - opened - synchronize - reopened - ready_for_review jobs: changelog: runs-on: ubuntu-latest steps: - name: Check changelog labels if: github.event.pull_request.draft == false && false == contains(join(github.event.pull_request.labels.*.name, ','), 'changelog/') run: |- echo "::error Add 'changelog/*' label"; exit 1; - name: OK run: echo "Thank you!"
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-2.29.1 | .github/workflows/changelog.yml |
datadog_api_client-2.28.1 | .github/workflows/changelog.yml |
datadog_api_client-2.27.1 | .github/workflows/changelog.yml |