Skip to content

chore: Bump golang.org/x/term from 0.42.0 to 0.43.0 #14

chore: Bump golang.org/x/term from 0.42.0 to 0.43.0

chore: Bump golang.org/x/term from 0.42.0 to 0.43.0 #14

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!!! 🎃👕🕹️'