dependabot / dependabot/dependabot-core
Release notes link is wrong for keptn/keptn check-spelling/check-spelling@v0.0.18
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 5.8k
- Forks
- 1.5k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 149
Description
Package ecosystem
GitHub Actions
Package manager version
Language version
Manifest location and content prior to update
https://github.com/keptn/keptn/blob/f01ee895f71e9055e9acc4df755d608d50e5b854~/.github/workflows/spelling.yml
name: Spell checking
on:
push:
branches:
- "**"
tags-ignore:
- "**"
pull_request_target:
branches:
- "**"
tags-ignore:
- "**"
types: ['opened', 'reopened', 'synchronize']
jobs:
build:
name: Spell checking
runs-on: ubuntu-20.04
steps:
- name: checkout-merge
if: "contains(github.event_name, 'pull_request')"
uses: actions/checkout@v2.0.0
with:
ref: refs/pull/${{github.event.pull_request.number}}/merge
fetch-depth: 5
- name: checkout
if: "!contains(github.event_name, 'pull_request')"
uses: actions/checkout@v2.0.0
with:
fetch-depth: 5
- uses: check-spelling/check-spelling@0.0.17-alpha
https://github.com/keptn/keptn/blob/7a109e76f3fda63cede48cceda6eea65942b2a02/.github/dependabot.yml
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 5
rebase-strategy: "disabled"
Updated dependency
Bumps [check-spelling/check-spelling](https://github.com/check-spelling/check-spelling) from 0.0.17-alpha to v0.0.18.
What you expected to see, versus what you actually saw
commit f01ee895f71e9055e9acc4df755d608d50e5b854
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon May 3 08:49:51 2021 +0000
Bump check-spelling/check-spelling from 0.0.17-alpha to v0.0.18
Bumps [check-spelling/check-spelling](https://github.com/check-spelling/check-spelling) from 0.0.17-alpha to v0.0.18.
- [Release notes](https://github.com/check-spelling/check-spelling/releases)
- [Commits](https://github.com/check-spelling/check-spelling/compare/0.0.17-alpha...08f08a6ff6b9ebae06cb8fe463374a8a5a37e03c)
The release notes link should have been to:
https://github.com/check-spelling/check-spelling/releases/tag/v0.0.18
Native package manager behavior
N/A
Images of the diff or a link to the PR, issue or logs
🕹 Bonus points: Smallest manifest that reproduces the issue
n.b. I don't understand why this PR was made in the first place as noted in https://github.com/keptn/keptn/pull/3930#issuecomment-831226270 -- the tag is for a pre-release, and I wouldn't expect dependabot to offer pre-releases.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the GitHub Actions manifest at .github/workflows/spelling.yml and the repository's .github/dependabot.yml, then trace how the update from check-spelling/check-spelling@0.0.17-alpha to v0.0.18 produces its release-notes link. Reproduce the Dependabot update and compare the generated metadata with the expected tag URL, https://github.com/check-spelling/check-spelling/releases/tag/v0.0.18.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions
- Domain
- ci-cd
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100