- Notifications
You must be signed in to change notification settings - Fork7.7k
Variable assigment to files ignores all encoding settings and uses ... ASCII?#59531
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
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@23bc0dd98d215ad257a482ebc1bf38449e44c4f8# v1.1.20 |