Neovim plugin improving access to clipboard history (mirror)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: add issue write permission to releaser workflow

ptdewey 922115f5 02a36924

+1
+1
.github/workflows/release.yaml
··· 9 9 permissions: 10 10 contents: write 11 11 pull-requests: write 12 + issues: write 12 13 13 14 jobs: 14 15 release: