Skip to content

Commit

Permalink
chore: fix merge group (#1471)
Browse files Browse the repository at this point in the history
## Description

Working to get merge queue to work 

## Related Issue

Fixes #
<!-- or -->
Relates to #

## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [x] Other (security config, docs update, etc)

## Checklist before merging
- [x] Unit,
[Journey](https://github.com/defenseunicorns/pepr/tree/main/journey),
[E2E Tests](https://github.com/defenseunicorns/pepr-excellent-examples),
[docs](https://github.com/defenseunicorns/pepr/tree/main/docs),
[adr](https://github.com/defenseunicorns/pepr/tree/main/adr) added or
updated as needed
- [x] [Contributor Guide
Steps](https://docs.pepr.dev/main/contribute/#submitting-a-pull-request)
followed

---------

Signed-off-by: Case Wylie <[email protected]>
  • Loading branch information
cmwylie19 authored Nov 21, 2024
1 parent 3d6c811 commit 80ca101
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@ on:
pull_request:
branches: [main]
types: [opened, edited, synchronize]
merge_group:
paths-ignore:
- "LICENSE"
- "CODEOWNERS"
- "**.md"

jobs:
title_check:
runs-on: ubuntu-latest
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ on:
- cron: '40 5 * * 5'
push:
branches: [ "main" ]
merge_group:
paths-ignore:
- "LICENSE"
- "CODEOWNERS"
- "**.md"

# Declare default permissions as read only.
permissions: read-all

Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/secret-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ on:
paths-ignore:
- "LICENSE"
- "CODEOWNERS"
merge_group:
paths-ignore:
- "LICENSE"
- "CODEOWNERS"
- "**.md"

permissions: # added using https://github.com/step-security/secure-repo
contents: read

Expand Down

0 comments on commit 80ca101

Please sign in to comment.