feat: add extensions to graphql span events on errors #78307
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Require Checklist | |
on: | |
pull_request: | |
types: [opened, edited, synchronize] | |
jobs: | |
require-checklist: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: mheap/require-checklist-action@efef3b1b39d03d12be5ce427c15064f287ba5843 # v2.4.0 | |
with: | |
# require a checklist to be present in the PR description | |
requireChecklist: true |