Skip to content

chore(deps): Bump msw-storybook-addon from 2.0.3 to 2.0.4 #43

chore(deps): Bump msw-storybook-addon from 2.0.3 to 2.0.4

chore(deps): Bump msw-storybook-addon from 2.0.3 to 2.0.4 #43

Workflow file for this run

name: Greetings
on: # yamllint disable-line rule:truthy
- pull_request
- issues
jobs:
greeting:
name: Greet new interactions
runs-on: ubuntu-latest
if: github.event.issue.user.login != 'iamnewton' || github.event.pull_request.user.login != 'iamnewton'
steps:
- uses: actions/first-interaction@v1
with:
issue-message: >
Hey @${{ github.event.issue.user.login }}!
We really appreciate you taking the time to report an issue. The
collaborators on this project attempt to help as many people as
possible, but we are a limited number of volunteers, so it is
possible that this will not be addressed as swiftly.
Your patience is much appreciated and we will get back to you as
quickly as possible.
pr-message: >
Hey @${{ github.event.pull_request.user.login }}!
We really appreciate you taking the time to help out with this PR.
The collaborators on this project attempt to help as many people as
possible, but we are a limited number of volunteers, so it is
possible that this will not be addressed as swiftly.
Your patience is much appreciated and we will get back to you as
quickly as possible.
repo-token: ${{ secrets.GITHUB_TOKEN }}