source:
trip-planner-front/node_modules/object.assign/.github/workflows/require-allow-edits.yml
Last change on this file was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 254 bytes |
Rev | Line | |
---|---|---|
[6a3a178] | 1 | name: Require “Allow Edits” |
2 | ||
3 | on: [pull_request_target] | |
4 | ||
5 | jobs: | |
6 | _: | |
7 | name: "Require “Allow Edits”" | |
8 | ||
9 | runs-on: ubuntu-latest | |
10 | ||
11 | steps: | |
12 | - uses: ljharb/require-allow-edits@main | |
13 | env: | |
14 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
Note:
See TracBrowser
for help on using the repository browser.