Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Bump peter-evans/create-pull-request from 4.0.1 to 7.0.1 #162

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
. ./venv/bin/activate && python3 -m analysis ${{ github.event.inputs.command }} ${{ github.event.inputs.date }} ${{ github.event.inputs.options }}

- name: Commit, push, and create pull request
uses: peter-evans/create-pull-request@v4.0.1
uses: peter-evans/create-pull-request@v7.0.1
with:
branch: process-result
branch-suffix: timestamp
Expand Down
16 changes: 10 additions & 6 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
Copyright 2022 Qi Tianshi & An Wei Teck. All rights reserved.

You are hereby granted permission to access and view this repository on GitHub.
This is proprietary software - it is neither open source nor freely available.

You may not copy, redistribute, or adapt any part of this repository (including
any current or historical revisions, branches, forks, and clones) in any medium
without express written permission from Qi Tianshi.
You are hereby granted permission to freely access and view this repository on
GitHub for your personal reference only.

This is proprietary software - it is neither open source nor freely available.
You may not reproduce, redistribute, adapt, or transmit any part of this
repository (including any code, documentation, assets, binaries, executables,
or any other content, in any current or historical revisions, branches, forks,
or clones) in any form or by any means, for any purpose other than personal
reference, without prior express written permission from Qi Tianshi.

This software is provided "as is", without warranty of any kind, express or
implied.

Qi Tianshi <hello@qitianshi.co>
For permissions beyond the scope of this license, you can reach out to
Qi Tianshi at hello@qitianshi.com.
Loading