Skip to content

Bump @types/vscode from 1.100.0 to 1.101.0 #4943

Bump @types/vscode from 1.100.0 to 1.101.0

Bump @types/vscode from 1.100.0 to 1.101.0 #4943

#
# Stale item management
#
# NOTES:
# This workflow greets a person for their a first issue or PR.
name: First interaction
on: [pull_request_target, issues]
permissions: {}
jobs:
greeting:
name: Greeting
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@34f15e814fe48ac9312ccf29db4e74fa767cbab7 # v1.3.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Thanks for raising your first issue, the team appreciates the time you have taken 😉'
pr-message: 'Thank you for your contribution, one of the team will evaluate shortly.'