// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`annotate renders annotations 1`] = ` "
name: Post welcome comment

The name of the workflow as it will appear in the "Actions" tab of the GitHub repository.

on:
  pull_request:
    types: [opened]

Add the pull_request event, so that the workflow runs automatically every time a pull request is created.

" `;