Skip to content

Instantly share code, notes, and snippets.

View DavidLMS's full-sized avatar
🖊️
Learning

David DavidLMS

🖊️
Learning
View GitHub Profile
@DavidLMS
DavidLMS / storePRinfo.yml
Last active September 4, 2024 07:18
Persistence between runs of a GitHub Action using a Discussion
name: Store PR Info in Discussion
on:
pull_request:
types: [opened, synchronize]
permissions:
discussions: write
jobs: