name: Contributors on: push: branches: [main] jobs: contributors: runs-on: ubuntu-latest steps: - name: Add Contributors uses: kentaro-m/contributor-assistant-github-action@v3 if: github.event_name == 'pull_request' && github.event.action == 'opened' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: reporters: '[{"name": "@all-contributors", "id": "AC_JIRA_ACCOUNT_ID"}]'