We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10e0f0b commit e86beeeCopy full SHA for e86beee
.github/workflows/assets-update.yml
@@ -1,4 +1,7 @@
1
name: Plugin asset/readme update
2
+permissions:
3
+ contents: read
4
+ pull-requests: write
5
on:
6
push:
7
branches:
.github/workflows/plugin-check.yml
@@ -1,14 +1,14 @@
name: Plugin Check
on: # rebuild any PRs and main branch changes
pull_request:
8
9
- master
10
jobs:
11
test:
- permissions:
- contents: read
- pull-requests: write
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout
.github/workflows/test.yml
name: UnitTests and CodeCoverage
on: [push]
unit-tests:
0 commit comments