Skip to content

Commit

Permalink
Merge pull request #459 from TheKingTermux/TheKingTermux-patch-1
Browse files Browse the repository at this point in the history
Add some feature
  • Loading branch information
TheKingTermux authored Dec 11, 2023
2 parents 18350fd + 053cdc5 commit 0e4fd69
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
version: 1
labels:
- label: "invalid"
title: "^autoclosed$"
23 changes: 23 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Label PRs

on:
- pull_request

jobs:
build:

runs-on: ubuntu-latest


steps:

- name: Checkout your code
uses: actions/checkout@v3

- uses: srvaroa/labeler@master
with:
config_path: .github/labeler.yml
use_local_config: false
fail_on_error: false
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 0e4fd69

Please sign in to comment.