Skip to content

Bump rojopolis/spellcheck-github-actions from 0.21.1 to 0.27.0#20

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/rojopolis/spellcheck-github-actions-0.27.0
Closed

Bump rojopolis/spellcheck-github-actions from 0.21.1 to 0.27.0#20
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/rojopolis/spellcheck-github-actions-0.27.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Sep 12, 2022

Bumps rojopolis/spellcheck-github-actions from 0.21.1 to 0.27.0.

Release notes

Sourced from rojopolis/spellcheck-github-actions's releases.

0.27.0, 2022-09-09, feature release, update not required

0.26.0, 2022-08-04, maintenance release, update recommended

0.25.0, 2022-07-08, maintenance release, update recommended

0.24.0, 2022-05-17, feature release, update not required

  • @​riccardoporreca created issue #68 requested the ability to create an output artifact.

    With release 0.24.0 this is now available.

    The action configuration has to have the output_file parameter specified, which is a new optional parameter.

    name: Spellcheck Action
    on:
    workflow_dispatch:
    push:
    jobs:
    build:
    name: Spellcheck
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v3
    
    
    uses: rojopolis/spellcheck-github-actions@0.24.0
    name: Spellcheck (no output file)
    with:
    source_files: README.md CHANGELOG.md
    
    
    uses: rojopolis/spellcheck-github-actions@0.24.0
    name: Spellcheck (with output file)
    with:
    source_files: README.md CHANGELOG.md
    task_name: Markdown
    output_file: spellcheck-output.txt
    

... (truncated)

Changelog

Sourced from rojopolis/spellcheck-github-actions's changelog.

0.27.0, 2022-09-09, feature release, update not required

0.26.0, 2022-08-04, maintenance release, update recommended

0.25.0, 2022-07-08, maintenance release, update recommended

0.24.0, 2022-05-17, feature release, update not required

  • @​riccardoporreca created issue #68 requested the ability to create an output artifact.

    With release 0.24.0 this is now available.

    The action configuration has to have the output_file parameter specified, which is a new optional parameter.

    name: Spellcheck Action
    on:
    workflow_dispatch:
    push:
    jobs:
    build:
    name: Spellcheck
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v3
    
    
    uses: rojopolis/spellcheck-github-actions@0.24.0
    name: Spellcheck (no output file)
    with:
    source_files: README.md CHANGELOG.md
    
    
    uses: rojopolis/spellcheck-github-actions@0.24.0
    name: Spellcheck (with output file)
    with:
    source_files: README.md CHANGELOG.md
    task_name: Markdown
    output_file: spellcheck-output.txt
    

... (truncated)

Commits
  • 3b1fb41 Bumped version
  • 8357442 Updated documentation to reflect 0.27.0
  • 83074a0 Cleaned up in a few links
  • 66a84dd Added latest contributor (real lastname) to local dictionary, we are not good...
  • a315bb6 Added latest contributor to local dictionary, we are not good with GitHub names
  • 853a28b Minor clean up and additions
  • f70838c Merge pull request #117 from rojopolis/dependabot/docker/python-3.10.6-slim-b...
  • 8eab939 Merge pull request #116 from proffalken/feature/109_non-standard_config_file
  • 028afc7 Bump python from 3.10.5-slim-bullseye to 3.10.6-slim-bullseye
  • cd8e9e2 Add the pyspelling default configuration files
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) from 0.21.1 to 0.27.0.
- [Release notes](https://github.com/rojopolis/spellcheck-github-actions/releases)
- [Changelog](https://github.com/rojopolis/spellcheck-github-actions/blob/master/CHANGELOG.md)
- [Commits](rojopolis/spellcheck-github-actions@0.21.1...0.27.0)

---
updated-dependencies:
- dependency-name: rojopolis/spellcheck-github-actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 12, 2022
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Nov 21, 2022

Superseded by #25.

@dependabot dependabot bot closed this Nov 21, 2022
@dependabot dependabot bot deleted the dependabot/github_actions/rojopolis/spellcheck-github-actions-0.27.0 branch November 21, 2022 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant