Skip to content

neovim-nightly@0.13.0-1049: hash check failed #2251

neovim-nightly@0.13.0-1049: hash check failed

neovim-nightly@0.13.0-1049: hash check failed #2251

Workflow file for this run

name: Issues
on:
issues:
types: [ opened, labeled ]
permissions:
# Auto hash fixing commits
contents: write
issues: write
jobs:
issueHandler:
name: IssueHandler
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: IssueHandler
uses: ScoopInstaller/GithubActions@main
if: github.event.action == 'opened' || (github.event.action == 'labeled' && contains(github.event.issue.labels.*.name, 'verify'))
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SCOOP_BRANCH: develop