We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d4058b commit e7b309dCopy full SHA for e7b309d
.github/workflows/without-params-test.yml
@@ -5,6 +5,8 @@ on: [push, pull_request]
5
jobs:
6
stryker_net:
7
runs-on: ubuntu-latest
8
+ permissions:
9
+ pull-requests: write
10
name: Stryker.NET GitHub action
11
steps:
12
- name: Checkout code
0 commit comments