Skip to content

Commit

Permalink
Merge branch 'lava-nc:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
srrisbud authored May 8, 2024
2 parents 542c069 + 11ae708 commit f125987
Show file tree
Hide file tree
Showing 5 changed files with 108 additions and 93 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Run CD
permissions: read-all
on:
workflow_dispatch:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Run CI
permissions: read-all
on:
push:
branches:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/issues.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Add new issues to the NCL planning project and label them

permissions: {}
on:
issues:
types:
Expand All @@ -10,6 +10,7 @@ on:
jobs:
add-to-project:
name: Add issue to project
permissions: {}
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.4.0
Expand Down
Loading

0 comments on commit f125987

Please sign in to comment.