Skip to content

ci(goreleaser): categorize scoped conventional commits #7

ci(goreleaser): categorize scoped conventional commits

ci(goreleaser): categorize scoped conventional commits #7

Workflow file for this run

---
name: Greetings
on: [pull_request, issues]
permissions:
issues: write
pull-requests: write
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v3
if: env.month != 'Oct'
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
issue_message: 'Thank you for your first issue! 😊🕹️'
pr_message: 'Thank you for contributing to this project! 😊🕹️'
- uses: actions/first-interaction@v3
if: env.month == 'Oct'
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
issue_message: 'Thank you for your first issue! Happy Hacktoberfest!!! 🎃👕🕹️'
pr_message: 'Thank you for contributing to this project. Happy Hacktoberfest!!! 🎃👕🕹️'