Skip to content

pivot: decommission bsctl Go CLI and retire CodeQL #1927

pivot: decommission bsctl Go CLI and retire CodeQL

pivot: decommission bsctl Go CLI and retire CodeQL #1927

Workflow file for this run

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
name: Greet First Time Contributors
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- name: Greet First Time Contributors
uses: actions/first-interaction@v3
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
issue_message: 'Thank you for opening your first issue. We will respond as soon as we can. Thank you for being part of our community'
pr_message: 'Thank you for being part of our community and opening a pull request. We will work with you as soon as possible to integrate your contribution.'