Skip to content

Please invite me to the GitHub Community Organization #12

Please invite me to the GitHub Community Organization

Please invite me to the GitHub Community Organization #12

Workflow file for this run

name: Labeler
on:
issues:
types: [opened]
jobs:
triage:
runs-on: ubuntu-latest
steps:
- name: Add "invite me to the organization" label
if: github.ref == 'refs/heads/main' && contains(github.event.issue.title, 'Please invite me to the GitHub Community Organization')
uses: actions-ecosystem/action-add-labels@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
label: "invite me to the organization"