edk2 container build for edk2-stable202008
fails
#77
This file contains 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
--- | |
# Docs: https://github.com/agrc/create-reminder-action | |
name: 'reminder' | |
on: | |
issue_comment: | |
types: [created, edited] | |
permissions: | |
issues: write | |
pull-requests: write | |
jobs: | |
reminder: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check for reminders | |
uses: agrc/create-reminder-action@v1 |