Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NarmalaSk authored Dec 29, 2024
1 parent 12eeb81 commit 365cc9a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,16 @@ env:
IMAGE_NAME: teleicu_middleware

jobs:
add_to_project:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- name: add issues to project board
uses: peter-evans/create-or-update-project-card@v2
with:
project-name: ${{ github.event.issue }}
issue-number: ${{ github.event.issue.number }}
- uses: actions/add-to-project@v3
with:
project-url: https://github.com/ohcnetwork/teleicu_middleware/projects?query=is%3Aopen
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: ""
label-operator: NOT
test:
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
Expand Down

0 comments on commit 365cc9a

Please sign in to comment.