Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKingTermux authored Dec 11, 2023
1 parent 18350fd commit 014180d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Label PRs

on:
- pull_request
- issues

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 014180d

Please sign in to comment.