Skip to content

Фиксим тот факт, что револьвер щита может сделать восемь тысяч выстрелов на одной Т2 батарейке #4072

Фиксим тот факт, что револьвер щита может сделать восемь тысяч выстрелов на одной Т2 батарейке

Фиксим тот факт, что револьвер щита может сделать восемь тысяч выстрелов на одной Т2 батарейке #4072

Workflow file for this run

name: PR Labeler
on:
- pull_request_target
jobs:
Label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Apply labels based on changed files
if: ${{ github.event_name != 'push'}}
uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true
configuration-path: .github/labeler.yml
dot: false