Skip to content

Commit

Permalink
Create invite.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vedantmgoyal9 authored Oct 26, 2022
1 parent 133213e commit 3ebe6d1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/invite.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on:
issues:
types: [labeled]
jobs:
automate_invite:
runs-on: ubuntu-latest
steps:
- name: Invite on label
uses: vj-abigo/[email protected]
with:
organization: App-Choreography
label: Organisation Invite! 📨
repo-token: ${{ secrets.GITHUB_TOKEN }}
env:
INVITE_TOKEN: ${{ secrets.INVITE_TOKEN }}

0 comments on commit 3ebe6d1

Please sign in to comment.