labeler
labeler copied to clipboard
Can action-add-labels add label for new `discussion`?
I am trying to run this action in self-hosted GH Enterprise server (3.6) environment, but I am getting below error ``` RequestError [HttpError]: Bad credentials at /home/nvidia/Projects/actions-runner/_work/_actions/andymckay/labeler/1.0.4/node_modules/@octokit/request/dist-node/index.js:66:23 at processTicksAndRejections (internal/process/task_queues.js:9[7](https://smartcow.dev/TestOrg/test-repo/runs/4761?check_suite_focus=true#step:2:8):5)...
Hi I have this workflow: ``` name: Check if translation is required on: pull_request: paths: - 'java/code/src/com/redhat/rhn/frontend/strings/**' - 'backend/**' - 'client/rhel/yum-rhn-plugin/**' - 'client/rhel/mgr-daemon/**' - 'client/rhel/spacewalk-client-tools/**' - 'web/**' - 'susemanager/**' -...
Hi, is there a way to retrospectively label PRs? We have thousands of unlabeled previous PRs and it might be nice to add labels so that we can search through...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.6 to 1.9.1. Changelog Sourced from @actions/core's changelog. 1.9.1 Randomize delimiter when calling core.exportVariable 1.9.0 Added toPosixPath, toWin32Path and toPlatformPath utilities #1102 1.8.2 Update to v2.0.1 of...
This update allows both issues and pull requests to be labeled. It also adds a new input parameter to prevent the label from being added when the author of a...
Somewhat self-explanatory. We have a ton of labels, and when we add new ones, we often have to go back through our actions and fixup all sorts of stuff, remembering...
`.github/workflows/label.yml` ```yml name: Remove label on PR merge on: pull_request: types: [closed] jobs: build: runs-on: ubuntu-latest steps: - uses: andymckay/[email protected] with: repo-token: "${{ secrets.GITHUB_TOKEN }}" remove-labels: "work in progress, ready...