Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/label-merge-conflicts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
branches:
- main
# TODO(supply-chain-security): Human review: this workflow uses pull_request_target; keep permissions minimal and do not check out or run untrusted PR code here.
pull_request_target:


Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sync.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: 'Upstream Sync'

permissions:
# TODO(supply-chain-security): Human review: confirm this scheduled sync still requires contents: write and narrow if the sync action supports lower privileges.
contents: write

on:
Expand All @@ -12,6 +13,7 @@ on:
jobs:
sync_latest_from_upstream:
permissions:
# TODO(supply-chain-security): Human review: confirm this job still requires contents: write for upstream sync.
contents: write
runs-on: ubuntu-latest
name: Sync latest commits from upstream repo
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
min-release-age=3
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ cache:
directories:
- "node_modules"

install: npm ci

script: npm run-script build
Loading