Skip to content

Bump actions/upload-artifact from 4.6.2 to 5.0.0 #74

Bump actions/upload-artifact from 4.6.2 to 5.0.0

Bump actions/upload-artifact from 4.6.2 to 5.0.0 #74

name: 'Create reminder'
on:
issue_comment:
types: [created, edited]
permissions:
contents: read
jobs:
reminder:
if: github.repository_owner == 'PowerShell'
permissions:
issues: write # for agrc/create-reminder-action to set reminders on issues
pull-requests: write # for agrc/create-reminder-action to set reminders on PRs
runs-on: ubuntu-latest
steps:
- name: check for reminder
uses: agrc/create-reminder-action@30624e347adbc7ff2dd287ad0632499552e048e8 # v1.1.22