Skip to content
Merged
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
3 changes: 3 additions & 0 deletions .github/workflows/artdaq-build-single-pkg.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Build Single Pkg Workflow

permissions:
contents: read

on:
push:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/artdaq-develop-cpp-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: build-develop

permissions:
contents: read

# Controls when the action will run. Workflow runs when manually triggered using the UI
# or API.
on:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/artdaq-format-single-pkg.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Format Single Pkg Workflow

permissions:
contents: read

on:
push:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/artdaq-test-single-pkg.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Test Single Pkg Workflow

permissions:
contents: read

on:
push:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/artdaq-tidy-single-pkg.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Tidy Single Pkg Workflow

permissions:
contents: read

on:
push:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/auto_approve.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Auto approve

permissions:
pull-requests: write

on:
workflow_dispatch:
inputs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/git-whitespace.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Git Whitespace Check Workflow

permissions:
contents: read

on:
push:
branches:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/track_new_issues.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
name: Add issue to project

# Job doesn't use the default GITHUB_TOKEN
permissions:
contents: read

on:
issues:
types:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/track_new_prs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
name: Add pull request to project

# Job doesn't use the default GITHUB_TOKEN
permissions:
contents: read

on:
pull_request:
types:
Expand Down