Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

fix(deps): update dependency com.jaoafa:jaosuperachievement2 to v2.5.46 #323

fix(deps): update dependency com.jaoafa:jaosuperachievement2 to v2.5.46

fix(deps): update dependency com.jaoafa:jaosuperachievement2 to v2.5.46 #323

Workflow file for this run

name: Review by jaotan
on:
issue_comment:
types: [ created ]
jobs:
review:
runs-on: ubuntu-latest
if: github.event.issue.pull_request != null && github.event.sender.id == 8929706 && contains(github.event.comment.body, '@jaotan') && contains(github.event.comment.body, 'review')
steps:
- name: Review
run:
gh pr review ${{ github.event.issue.number }} -R "$GITHUB_REPOSITORY" -a -b "It was reviewed by a request by comment."
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}