Git Product home page Git Product logo

tag-ur-it's People

Contributors

dependabot[bot] avatar

Stargazers

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

Watchers

 avatar

tag-ur-it's Issues

Why IssueRules.yml doestn't work?

Required Information

I have IssueRules.yml and issues.yml. Why when I create new issue within the second .yml one an error occurs:

github-actions/label

.github#L1
TypeError: Cannot read property 'length' of undefined

Question, Bug, or Feature?
Type: Question

Should this get assigned to @damccorm?
Assign to damccorm: yes

Pull-requests support or issues-only?

Required Information

Entering this information will route you directly to the right team and expedite traction.

Question, Bug, or Feature?
Type: Question

Should this get assigned to @damccorm?
Assign to damccorm: yes

Issue Description

Does that plugin work for PRs too or is tag-ur-it only designed for issues only?

Take 2

Required Information

Entering this information will route you directly to the right team and expedite traction.

Question, Bug, or Feature?
Type: Question

Should this get assigned to @damccorm?
Assign to damccorm: yes

Issue Description

Describe your issue here

tag-ur-it doesn't trigger on non-first events

Required Information

Entering this information will route you directly to the right team and expedite traction.

Question, Bug, or Feature?
Type: Question

Should this get assigned to @damccorm?
Assign to damccorm: yes

Issue Description

I work here. I've changed my issues.yml to:

name: Labeler
on:
  issues:
    types: [opened, edited, pinned, unpinned, reopened, assigned, unassigned, labeled, unlabeled, milestoned, demilestoned]

jobs:
  label:
    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v1
    - uses: damccorm/tag-ur-it@master
      with:
        repo-token: "${{ secrets.GITHUB_TOKEN }}"
        configuration-path: "./IssueRules.yml"

But when I edit this issue no labels are added. Only first event works correctly.

Support for checkboxes

Required Information

Entering this information will route you directly to the right team and expedite traction.

Question, Bug, or Feature?
Type: Feature

Should this get assigned to @damccorm?
Assign to damccorm: yes

Issue Description

Would love to way to act on the status of a checkbox being checked or not

Hello

Required Information

Entering this information will route you directly to the right team and expedite traction.

Question, Bug, or Feature?
Type: question

Should this get assigned to @damccorm?
Assign to damccorm: yes

Issue Description

Describe your issue here

test

Required Information

Entering this information will route you directly to the right team and expedite traction.

Question, Bug, or Feature?
Type: here

Should this get assigned to @damccorm?
Assign to damccorm: no

Issue Description

Describe your issue here

Allow write configurations right in one .yml file

Required Information

Allow write configurations right in one .yml file

Question, Bug, or Feature?
Type: Feature

Should this get assigned to @damccorm?
Assign to damccorm: yes

Issue Description

Allow write configurations right in one .yml file. It may be useful for simple configurations.

Create documentation

I want to help you to create the documentation for this GitHub Action. I use it and I want my organization members to understand it quickly. How do you recommend me to write it? In what program?

Allow ignore issues with particular labels and label groups or "when" expression

Required Information

Allow ignore issues with particular labels and label groups.

Question, Bug, or Feature?
Type: Feature

Should this get assigned to @damccorm?
Assign to damccorm: yes

Issue Description

Code example:

# requires label-A to present on issue
when:
- labelsExist: ['label-A']

The second example:

# requires label-A to absent on issue
when:
- labelsAbsent: ['label-A']

The similiar one can be done for milestones:

# requires milestone-A to absent on issue
when:
- milestonesAbsent: ['milestone-A']

Label groups and milestone ones could be supported as labelGroupAbsent/milestoneGroupAbsent and besides for ...Present.

Try 3

Required Information

Entering this information will route you directly to the right team and expedite traction.

Question, Bug, or Feature?
Type: question

Should this get assigned to @damccorm?
Assign to damccorm: yes

Issue Description

Describe your issue here

Again

Required Information

Entering this information will route you directly to the right team and expedite traction.

Question, Bug, or Feature?
Type: question

Should this get assigned to @damccorm?
Assign to damccorm: yes

Issue Description

Describe your issue here

Label groups support or "groups" expression

Required Information

Permit create label groups in .yml files.

Question, Bug, or Feature?
Type: Feature

Should this get assigned to @damccorm?
Assign to damccorm: yes

Issue Description

Code example:

groups:
  - labels:
    - groupA: ['label-A', 'label-B']

rules:
- valueFor: '**Example**'
  contains: 'Something'
  addLabelGroup: ['groupA']

The similar functionallity could be implemented for milestones:

groups:
  - milestones:
    - groupA: ['milestone-A', 'milestone-B']

Example 1 - not real bug

Required Information

Entering this information will route you directly to the right team and expedite traction.

Question, Bug, or Feature?
Type: bug

Should this get assigned to @damccorm?
Assign to damccorm: no

Issue Description

Describe your issue here

Example 2 - not a real feature

Required Information

Entering this information will route you directly to the right team and expedite traction.

Question, Bug, or Feature?
Type: feature

Should this get assigned to @damccorm?
Assign to damccorm: yes

Issue Description

Describe your issue here

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.