Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AlamoEngine-Tools/ModCheck
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.1
Choose a base ref
...
head repository: AlamoEngine-Tools/ModCheck
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: legacy-master
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Feb 7, 2021

  1. Create issue.yml

    gruenwaldlk authored Feb 7, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    54f5010 View commit details
Showing with 15 additions and 0 deletions.
  1. +15 −0 .github/workflows/issue.yml
15 changes: 15 additions & 0 deletions .github/workflows/issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Labeling new issue
on:
issues:
types: ['opened']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: Renato66/auto-label@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
ignore-comments: true
labels-synonyms: '{"bug":["error"],"question":["help"]}'
labels-not-allowed: '["good first issue"]'
default-labels: '["new"]'