Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: 5ouma/opml-generator Loading
base: v0.1.0
Choose a base ref
...
head repository: 5ouma/opml-generator Loading
compare: v0.2.0
Choose a head ref
  • 12 commits
  • 7 files changed
  • 3 contributors

Commits on Mar 15, 2024

  1. ci(pr-check): Fix on and the message (#7)

    <!-- markdownlint-disable MD041 -->
    
    **Issue:** close #
    
    ### Checklist
    
    - [ ] This Pull Request introduces a new feature.
    - [ ] This Pull Request fixes a bug.
    
    ### Description
    
    Runs on every PR change, and the message was wrong.
    
    <!--
    A clear and concise description
      - Why did you make this change?
      - Please describe how this method is better than others.
    -->
    
    <br />
    
    - [x] I agree to follow the [Code of
    Conduct](https://github.com/5ouma/opml-generator/blob/main/.github/CODE_OF_CONDUCT.md).
    5ouma committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    5e216a7 View commit details
    Browse the repository at this point in the history
  2. ci(pre-commit): Remove the Deno hook (#6)

    <!-- markdownlint-disable MD041 -->
    
    **Issue:** close #
    
    ### Checklist
    
    - [ ] This Pull Request introduces a new feature.
    - [ ] This Pull Request fixes a bug.
    
    ### Description
    
    Because pre-commit.ci can't install Deno runtime.
    
    <!--
    A clear and concise description
      - Why did you make this change?
      - Please describe how this method is better than others.
    -->
    
    <br />
    
    - [x] I agree to follow the [Code of
    Conduct](https://github.com/5ouma/opml-generator/blob/main/.github/CODE_OF_CONDUCT.md).
    5ouma committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    a04352c View commit details
    Browse the repository at this point in the history
  3. ci(tagpr): Create a new tag automatically (#12)

    tagpr creates a tag when the main branch has a new commit.
    5ouma committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    ac24d68 View commit details
    Browse the repository at this point in the history
  4. ci(tagpr): Run tagpr on main branch (#13)

    Manually open a PR from dev to main.
    5ouma committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    2d01a13 View commit details
    Browse the repository at this point in the history
  5. ci(branch-delete): Add contents: write permission (#14)

    Since it's needed to delete branches.
    5ouma committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    f1638f5 View commit details
    Browse the repository at this point in the history
  6. ci(pre-commit): Change pre-commit.ci config (#16)

    Make commit messages conventional commits, and change the base branch to `dev`.
    5ouma committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    265f5ce View commit details
    Browse the repository at this point in the history
  7. chore(deps): Bump pre-commit hook (#15)

    updates:
    - [github.com/crate-ci/typos: typos-v0.10.21 →
    v1.19.0](crate-ci/typos@typos-v0.10.21...v1.19.0)
    - [github.com/rhysd/actionlint: v1.6.26 →
    v1.6.27](rhysd/actionlint@v1.6.26...v1.6.27)
    - [github.com/koalaman/shellcheck-precommit: v0.9.0 →
    v0.10.0](koalaman/shellcheck-precommit@v0.9.0...v0.10.0)
    pre-commit-ci[bot] authored and 5ouma committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    f86fb1f View commit details
    Browse the repository at this point in the history
  8. ci(labeler): Add Type: Dependencies label to pre-commit.ci (#17)

    When hooks are updated, automatically add that label.
    5ouma committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    bcf8f60 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b559153 View commit details
    Browse the repository at this point in the history
  10. feat(gist-update): Use git diff to get updated files on `gist-updat…

    …e` (#19)
    
    It becomes possible to upload only changed files.
    5ouma committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    c30a8f0 View commit details
    Browse the repository at this point in the history
  11. ci(tagpr): Create a release on dev branch (#22)

    It's because all PR is opened to dev not main.
    5ouma committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    f60e9e5 View commit details
    Browse the repository at this point in the history
  12. ci(tagpr): Give up using tagpr (#26)

    2 branches development is not suit to tagpr.
    5ouma committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    850db17 View commit details
    Browse the repository at this point in the history
Loading