Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support exempt-labels and only-labels input option #6

Open
peaceiris opened this issue Sep 19, 2020 · 1 comment
Open

Support exempt-labels and only-labels input option #6

peaceiris opened this issue Sep 19, 2020 · 1 comment
Assignees
Labels

Comments

@peaceiris
Copy link
Owner

peaceiris commented Sep 19, 2020

Is your feature request related to a problem? Please describe

  exempt-issue-labels:
    description: 'The labels to apply when an issue is exempt from being marked a target of suggesting. Separate multiple labels with commas (eg. "label1,label2")'
    default: ''
  only-labels:
    description: 'Only issues with all of these labels are the target of suggesting. Defaults to `[]` (disabled) and can be a comma-separated list of labels.'
    default: ''

Describe the solution you'd like

      - uses: peaceiris/actions-suggest-related-links@v1
        with:
          exempt-issue-labels: 'proposal'

Describe alternatives you've considered

N/A

Additional context

@peaceiris peaceiris self-assigned this Sep 19, 2020
@github-actions
Copy link

Related links:

- (0.801) [Rename option name force_orphan to keep_history](https://github.com/peaceiris/actions-gh-pages/issues/352)
- (0.794) [Support Ubuntu 20.04 LTS](https://github.com/peaceiris/actions-gh-pages/issues/268)
- (0.770) [proposal: Custom commit message option](https://github.com/peaceiris/actions-gh-pages/issues/74)

Log

@peaceiris peaceiris changed the title Support only-labels input option Support exempt-labels and only-labels input option Sep 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant