Skip to content

fix: Use Atomic Pointer for updating duration metric #3130

fix: Use Atomic Pointer for updating duration metric

fix: Use Atomic Pointer for updating duration metric #3130

Workflow file for this run

# Warning, do not check out untrusted code with
# the pull_request_target event.
# the current workflow IS safe as long as you dont checkout untrusted code
# https://nathandavison.com/blog/github-actions-and-the-threat-of-malicious-pull-requests
on:
pull_request_target:
types: [opened, edited]
name: conventional-release-labels
jobs:
label:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: bcoe/conventional-release-labels@v1
with:
type_labels: '{ "feat": "feat", "fix": "fix", "chore": "chore", "refactor": "refactor", "test": "test", "breaking": "breaking" }'