Skip to content

Commit

Permalink
Compress Images
Browse files Browse the repository at this point in the history
  • Loading branch information
Leetfs committed Oct 26, 2024
1 parent c72f482 commit e3787b6
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 自动批准 PR

on:
pull_request_target:
types: [opened, synchronize, reopened, ready_for_review]
types: [opened, synchronize, reopened, ready_for_review, labeled]

jobs:
auto-approve-and-merge:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/img.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:
body: ${{ steps.calibre.outputs.markdown }}
- name: Add label to PR
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT }}
run: |
gh pr edit ${{ github.event.pull_request.number }} --add-label "Actions"
Binary file added docs/tips/git/github-img/image copy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/tips/git/github-img/image14.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/tips/git/github-img/image15.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e3787b6

Please sign in to comment.