Giter Site home page Giter Site logo

add-issue-links's People

Contributors

dependabot[bot] avatar github-actions[bot] avatar tktcorporation avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

various999stars

add-issue-links's Issues

Remove auto commit from push hook

Overview

  • Remove auto commit from push hook
  • Add a notify in the case
  • auto commit in only default branch

Changes

Checks

  • Documents
  • Implementations
  • Tests

v1.1.0

Overview

  • release v1.1.0

Issues

Checks

  • Update the version of package.json
  • Test

repository option does not work

Overview

  • sometimes, a created link by repository option does not work.

Changes

  • use url

Checks

  • Documents
  • Implementations
  • Tests

an issue link is written below

Overview

  • Place issue link at the top of a template, not at the bottom

Bugs

  • an issue link is written at bottom a pull request template text

Error Messages

Checks

  • Documents
  • Implementations
  • Tests

build settings have critical bugs

Overview

  • build settings have critical bugs

Bugs

  • tsc and ncc create a built file in dist/index.js. but, launching the action, it has following critical error.
Run tkt-actions/[email protected]
  with:
    repo-token: ***
    branch-prefix: issue-
internal/modules/cjs/loader.js:800
    throw err;
    ^

Error: Cannot find module 'src/domain/Branch'
Require stack:
- /home/runner/work/_actions/tkt-actions/add-issue-links/v1.0.4/dist/index.js
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:797:15)
    at Function.Module._load (internal/modules/cjs/loader.js:690:27)
    at Module.require (internal/modules/cjs/loader.js:852:19)
    at require (internal/modules/cjs/helpers.js:74:18)
    at Object.496 (/home/runner/work/_actions/tkt-actions/add-issue-links/v1.0.4/dist/index.js:1:76113)
    at __webpack_require__ (/home/runner/work/_actions/tkt-actions/add-issue-links/v1.0.4/dist/index.js:1:169)
    at Object.367 (/home/runner/work/_actions/tkt-actions/add-issue-links/v1.0.4/dist/index.js:1:38342)
    at __webpack_require__ (/home/runner/work/_actions/tkt-actions/add-issue-links/v1.0.4/dist/index.js:1:169)
    at Object.198 (/home/runner/work/_actions/tkt-actions/add-issue-links/v1.0.4/dist/index.js:1:20507)
    at __webpack_require__ (/home/runner/work/_actions/tkt-actions/add-issue-links/v1.0.4/dist/index.js:1:169) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/home/runner/work/_actions/tkt-actions/add-issue-links/v1.0.4/dist/index.js'
  ]
}

Error Messages

Checks

  • Settings
  • Tests

update README

Overview

  • update README

Changes

  • put a image
  • write usages

add option for switch adding "resolve"

Overview

  • add option for switch adding "resolve"

Why

"resolve" close a related issue forceful. so it sometimes not useful.

Changes

  • add switch options

Checks

  • Documents
  • Implementations
  • Tests

refactor

Overview

  • refactor with DDD

Changes

  • refactor

Checks

  • Documents
  • Implementations
  • Tests

edit readme example

Overview

  • put a simple one as a first example

Changes

Checks

  • Documents
  • Implementations
  • Tests

add description for this action

Overview

  • add description for this action

Changes

  • update setting file of this for publishing

Checks

  • Documents
  • Implementations
  • Tests

"resolve" bug

Overview

  • default of resolve seems be true. it should be false.

Bugs

Error Messages

Checks

  • Documents
  • Implementations
  • Tests

deprecated error was found

Overview

  • deprecated error was found

Bugs

Error Messages

Deprecation: [@octokit/rest] "number" parameter is deprecated for ".pulls.get()". Use "pull_number" instead
    at /home/runner/work/_actions/tkt-actions/add-issue-links/v0.1.0/dist/index.js:22381:26
    at Array.forEach (<anonymous>)
    at Object.patchedMethod [as get] (/home/runner/work/_actions/tkt-actions/add-issue-links/v0.1.0/dist/index.js:22378:26)
    at PullRequestRepository.<anonymous> (/home/runner/work/_actions/tkt-actions/add-issue-links/v0.1.0/dist/index.js:8810:45)
    at Generator.next (<anonymous>)
    at /home/runner/work/_actions/tkt-actions/add-issue-links/v0.1.0/dist/index.js:8794:71
    at new Promise (<anonymous>)
    at module.exports.781.__awaiter (/home/runner/work/_actions/tkt-actions/add-issue-links/v0.1.0/dist/index.js:8790:12)
    at PullRequestRepository.get (/home/runner/work/_actions/tkt-actions/add-issue-links/v0.1.0/dist/index.js:8809:45)
    at /home/runner/work/_actions/tkt-actions/add-issue-links/v0.1.0/dist/index.js:2312:43 {
  name: 'Deprecation'

Checks

  • Docs
  • Implements
  • Tests

add branch suffix to finding a related issue

Overview

  • add branch suffix to finding a related issue.

Changes

  • before: if branch name is 92.issue, workflow doesn't work.
  • after: if branch name is 92.issue, create link to 92.

Checks

  • Documents
  • Implementations
  • Tests

a option choosing default repository

Overview

  • a option choosing default repository

Why

  • issues are sometimes in other repository

Changes

  • add a option

Checks

  • Documents
  • Implementations
  • Tests

Empty description changed to null

Overview

  • When an empty description is provided for a PR, this action updates the description to add "Resolve..." etc., but it also adds the word "null" before.

Bugs

null is added to empty descriptions

Error Messages

No error messages, but see example: gchq/gaffer-doc#228
image

Checks

  • Documents
  • Implementations
  • Tests

set action to this repo

Overview

  • set action to this repo

Changes

  • add a github action

Checks

  • Docs
  • Implements
  • Tests

does this repo use lodash?

Overview

  • does this repo use lodash?

Changes

  • if it doesn't use, remove it

Checks

  • Documents
  • Implementations
  • Tests

show a user friendly error

Overview

  • show a user friendly error

Changes

  • create Exception classes
  • show to user in logs

Checks

  • Documents
  • Implementations
  • Tests

HttpError: Resource not accessible by integration

Overview

Hi, I got an error with v1.8.1,

I've also tried downgrading to 1.7.0: It's green, but PR's body is not updated.

Thanks

Bugs

Not working

Error Messages

CleanShot 2023-01-15 at 16 50 08

Checks

  • Documents
  • Implementations
  • Tests

`release/v1.2.3` is handled as `#1`

Overview

  • extracts #1 from release/v1.2.3 with "" branch-prefix option.

Changes

  • ๐Ÿค” ๐Ÿ’ญ
    • fix regex...?

Checks

  • Documents
  • Implementations
  • Tests

to change a prefix of issue number

Overview

to change a prefix of an issue-number instead of "Resolve"

Changes

before: Resolve #000
after: {arg} #000

Checks

  • Documents
  • Implementations
  • Tests

update action.yml

Overview

  • update action.yml

Changes

  • update inputs section

Checks

  • Documents
  • Implementations
  • Tests

use local action

Overview

  • use local action to test the action

Changes

Checks

  • Implementations
  • Tests

update readme

Overview

  • update readme

Changes

Checks

  • Documents
  • Implementations
  • Tests

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.