Coder Social home page Coder Social logo

auto-close-fixed-issues's People

Contributors

bubkoo avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

fiv0

auto-close-fixed-issues's Issues

Action pinned at SHA does not work.

Expected Behavior

Action should work when pinned to SHA hash.

Current Behavior

Action fails with

Error: File not found: '/home/runner/work/_actions/wow-actions/auto-close-fixed-issues/000037415349b8d6a8d2eb8304cba497d5d55647/dist/index.js'

Also see https://github.com/xtdb/xtdb/actions/runs/4872013283/jobs/8689683120

Possible Solution

Not considered.

Steps To Reproduce

This is what our current action looks like:

name: Auto Close Issues

on:
  pull_request:
    types: [closed]

jobs:
  close:
    runs-on: ubuntu-latest
    permissions:
      issues: write
    steps:
      - uses: wow-actions/auto-close-fixed-issues@000037415349b8d6a8d2eb8304cba497d5d55647
        with:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
          # optional comment
          # comment: 'This issue was closed by #{{ pr }}.'
          # default ignore the pr merge to the default branch
          # ignore: true
Error Message & Stack Trace

See above.

Additional Context

Your Environment

Github Actions

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.