forked from newrelic/repolinter-action
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Sachin Panayil <[email protected]>
- Loading branch information
1 parent
0f8cb74
commit ec41d1d
Showing
4 changed files
with
21 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,20 @@ | ||
name: Test New Repolinter Action | ||
on: | ||
push: | ||
name: 'Create a PR based on validation' | ||
|
||
on: | ||
workflow_dispatch: {} | ||
|
||
jobs: | ||
test: | ||
repolinter-action: | ||
runs-on: ubuntu-latest | ||
name: Run Repolinter | ||
permissions: | ||
contents: write | ||
pull-requests: write | ||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Test Local Action | ||
uses: sachin-panayil/repolinter-action@main | ||
- name: Checkout Repo | ||
uses: actions/checkout@v4 | ||
- name: 'Run Repolinter' | ||
uses: DSACMS/repolinter-action@main | ||
with: | ||
output_type: 'pull-request' | ||
labels: 'repolinter, OSPO, Tier 1' | ||
|
||
|
||
output_type: 'pull-request' | ||
labels: 'repolinter, OSPO, Tier 1' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters