Inclusive Organization by GitEvents #19265
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Inclusive Organization by GitEvents | |
on: | |
schedule: | |
- cron: '0 * * * *' | |
push: | |
pull_request: | |
discussion: | |
types: [created, edited, answered] | |
discussion_comment: | |
types: [created] | |
issue_comment: | |
types: [created] | |
issues: | |
types: [opened] | |
jobs: | |
invite: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-node@v4 | |
with: | |
node-version: 16 | |
- name: gitevents | |
uses: gitevents/[email protected] | |
with: | |
gitevents-app-id: ${{ secrets.GE_APP_ID }} | |
gitevents-app-private-key: ${{ secrets.GE_APP_PRIVATE_KEY }} | |
gitevents-app-installation-id: ${{ secrets.GE_APP_INSTALLATION_ID }} |