Skip to content

Bug reports for links in kubecub docs #1145

Bug reports for links in kubecub docs

Bug reports for links in kubecub docs #1145

Workflow file for this run

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 }}