Skip to content

Commit

Permalink
Merge pull request #75 from OpenLiberty/staging
Browse files Browse the repository at this point in the history
Merge staging to prod - Update test.yml (#74)
  • Loading branch information
gkwan-ibm authored Jul 24, 2024
2 parents ba65c6e + f8d9ccc commit 590dcce
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/add-to-projects.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Add issues to Liberty guides backlog project

on:
issues:
types:
- opened
- transferred

jobs:
add-to-project:
name: Add issue to backlog
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/OpenLiberty/projects/11
github-token: ${{ secrets.ADMIN_BACKLOG }}
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test application

on:
pull_request:
branches: [ draft ]
branches: [ prod, staging ]

jobs:
check-files:
Expand Down Expand Up @@ -30,7 +30,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: ./tools/pr-checker/linters/
VALIDATE_KUBERNETES_KUBEVAL: false
DEFAULT_BRANCH: draft
DEFAULT_BRANCH: prod
- name: Summary
if: always()
run: |
Expand Down

0 comments on commit 590dcce

Please sign in to comment.