Skip to content

chore(ci)(deps): bump dependabot/fetch-metadata from 2.4.0 to 3.1.0 #19

chore(ci)(deps): bump dependabot/fetch-metadata from 2.4.0 to 3.1.0

chore(ci)(deps): bump dependabot/fetch-metadata from 2.4.0 to 3.1.0 #19

Workflow file for this run

name: Welcome First-Time Contributors
on:
issues:
types:
- opened
pull_request_target:
types:
- opened
permissions: {}
jobs:
welcome:
permissions:
issues: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@753c925c8d1ac6fede23781875376600628d9b5d # v3.0.0
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
issue_message: >
Thanks for opening your first issue in DockSec! A maintainer will take a
look soon. In the meantime, please make sure you've included enough detail
to reproduce the problem — see CONTRIBUTING.md for guidelines.
pr_message: >
Thanks for your first pull request to DockSec! Please make sure the test
suite passes and take a look at CONTRIBUTING.md if you haven't already.
A maintainer will review this shortly.
timeout-minutes: 5