Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
users

GitHub Action

GitEvents Inclusive Org

v1.0.0

GitEvents Inclusive Org

users

GitEvents Inclusive Org

GitEvents Module to invite users

Installation

Copy and paste the following snippet into your .yml file.

              

- name: GitEvents Inclusive Org

uses: gitevents/[email protected]

Learn more about this action in gitevents/inclusive-org

Choose a version

GitEvents Inclusive Organization

Features

Auto Invite

The basic idea behind "git events" is that every person who interacts with the repo becomes a member of the organization/community. By becoming a member, people get GitHub notifications from your organization, which makes it easier for organizers to reach people and promotes interaction between your community.

Installation & Usage

Follow GitEvents/action for the setup instructions.

name: GitEvents Inclusive Organization

on:
  push:
  pull_request:
  discussion:
    types: [created, edited, answered]
  discussion_comment:
    types: [created]
  issue_comment:
    types: [created]
  issues:
    types: [opened]

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-node@v3
        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 }}

License

Licensed under MIT.

Here is a list of all the licenses of our production dependencies