Skip to content

Option to select multiple audits (but not all) to run #142

Option to select multiple audits (but not all) to run

Option to select multiple audits (but not all) to run #142

name: Notify new contributors
on:
pull_request:
types:
- opened
issues:
types:
- opened
jobs:
notify:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Thanks for opening your first issue here! Be sure to follow the issue template!'
pr-message: 'Thanks for opening this pull request! Please check out our [contributing guidelines](https://github.com/Shopify/kubeaudit#Contributing) and [sign the CLA](https://cla.shopify.com/).'