Skip to content

Bump requests from 2.31.0 to 2.32.0 #85

Bump requests from 2.31.0 to 2.32.0

Bump requests from 2.31.0 to 2.32.0 #85

Workflow file for this run

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Welcome to Webtech ! Congrats on your first Issue'
pr-message: 'Welcome to Webtech ! Congrats on your first PR'
#env:
# SLACK_CHANNEL: proj_webtech
# SLACK_COLOR: '#3278BD'
# SLACK_ICON: https://github.com/rtCamp.png?size=48
# SLACK_MESSAGE: 'Post Content :rocket:'
# SLACK_TITLE: Post Title
# SLACK_USERNAME: rtCamp
# SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
# - uses: rtCamp/[email protected]