Bug reports for links in kubecub docs #1146
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
on: | |
issues: | |
types: [labeled] | |
jobs: | |
automate_invite: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Invite on label | |
uses: vj-abigo/invite-on-label@v1.2 | |
with: | |
organization: kubecub | |
label: invite me to the organisation | |
repo-token: ${{ secrets.BOT_GITHUB_TOKEN }} | |
comment: '<b>Invitation sent to join the Kubecub Community on GitHub. Welcome to the community 🎉</b><br><br>Don''t forget to also join our Slack community for more discussions and updates: https://join.slack.com/t/kubecub/shared_invite/zt-1se0k2bae-lkYzz0_T~BYh3rjkvlcUqQ<br><br>Feel free to check out other cool repositories of the Kubecub Community on GitHub: https://github.com/kubecub<br><br>Thank you for joining us and happy contributing!' | |
env: | |
INVITE_TOKEN: ${{ secrets.INVITE_TOKEN }} |