Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
- Add @soniakaukonen as a CODEOWNDER for SVG icons
- Only run Sonar Scan, Mend Scan and Review Reminders on the 'trimble-oss/modus-icons' repo. (prevents issues with forks)
  • Loading branch information
coliff committed Jun 15, 2023
1 parent ef1ecb3 commit 060af79
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*.json @coliff @nspringer-trimble
*.md @coliff
*.scss @coliff
*.svg @coliff @egunther39
*.svg @coliff @egunther39 @soniakaukonen
*.yml @coliff

## Folders
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mend-security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
scan:
name: Scan Runner
if: github.repository == 'trimble-oss/modus-icons'
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

permissions:
contents: read

jobs:
update_release_draft:
permissions:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/review-reminder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
jobs:
deploy:
name: Review reminders
if: github.repository == 'trimble-oss/modus-icons'
runs-on: ubuntu-latest

steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sonar-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ permissions:
jobs:
scan:
name: Sonar Scan Runner
if: github.repository == 'trimble-oss/modus-icons'
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit 060af79

Please sign in to comment.