Skip to content

Commit

Permalink
0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericlepied committed Apr 16, 2024
1 parent 1590593 commit 60a9725
Show file tree
Hide file tree
Showing 3 changed files with 2,588 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
# install the toolchain for your language

- name: Extract dependent Pull Requests
uses: depends-on/depends-on-action@0.14.0
uses: depends-on/depends-on-action@0.15.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
# optional if needed for Gitlab
Expand All @@ -105,7 +105,7 @@ jobs:
steps:

- name: Check all dependent Pull Requests are merged
uses: depends-on/depends-on-action@0.14.0
uses: depends-on/depends-on-action@0.15.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
check-unmerged-pr: true
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
# install the toolchain for your language

- name: Extract dependent Pull Requests
uses: depends-on/depends-on-action@0.14.0
uses: depends-on/depends-on-action@0.15.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
extra-dirs: org/proj
Expand Down
Loading

0 comments on commit 60a9725

Please sign in to comment.