Skip to content

Commit

Permalink
update get-fellows-action v1.1.2 -> v1.1.3 (#355)
Browse files Browse the repository at this point in the history
https://github.com/paritytech/get-fellows-action/releases/tag/v1.1.3

## What's Changed
* Bump ws from 8.16.0 to 8.17.1 by @dependabot in
paritytech/get-fellows-action#25
* Bump braces from 3.0.2 to 3.0.3 by @dependabot in
paritytech/get-fellows-action#26
* Update package.json v1.1.3 by @mordamax in
paritytech/get-fellows-action#27

- [x] Does not require a CHANGELOG entry

Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
  • Loading branch information
mordamax and ggwpez authored Jun 21, 2024
1 parent bd1759c commit 6cdd183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: ${{ github.event.issue.pull_request && startsWith(github.event.comment.body, '/merge') }}
steps:
- name: Get the GitHub handle of the fellows
uses: paritytech/get-fellows-action@v1.1.2
uses: paritytech/get-fellows-action@v1.1.3
id: fellows
- name: Generate a token
id: merge_token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/review-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
- name: Get the GitHub handle of the fellows
uses: paritytech/get-fellows-action@v1.1.2
uses: paritytech/get-fellows-action@v1.1.3
id: fellows
# Require new reviews when the author is pushing and he is not a fellow
- name: Fail when author pushes new code
Expand Down

0 comments on commit 6cdd183

Please sign in to comment.