Skip to content

Commit

Permalink
fix: first interaction workflow yml (#8369)
Browse files Browse the repository at this point in the history
fix workflow yml
  • Loading branch information
Lukas Hermann authored Aug 18, 2022
1 parent 2a7f1b3 commit 5ae526f
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/first-interaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ name: 'First Interaction'
on:
pull_request:

steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-message: 'Welcome to Vega. Since this is your first contribution, please make sure to read the [contributing guide](https://github.com/vega/vega-lite/blob/next/CONTRIBUTING.md).'
jobs:
first-interaction:
name: First Interaction
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-message: 'Welcome to Vega. Since this is your first contribution, please make sure to read the [contributing guide](https://github.com/vega/vega-lite/blob/next/CONTRIBUTING.md).'

0 comments on commit 5ae526f

Please sign in to comment.