[Exiled::API]
Adding new methods for adding and setting ammo
#8
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Labeler | |
on: | |
- pull_request_target | |
defaults: | |
run: | |
working-directory: ./EXILED | |
jobs: | |
set-labels: | |
permissions: | |
contents: read | |
pull-requests: write | |
runs-on: ubuntu-latest | |
steps: | |
- name: Labeler | |
uses: actions/labeler@v5.0.0 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
configuration-path: .github/labeler.yml | |
sync-labels: true |