Skip to content

Add approveAllowance method for TCK module #468

Add approveAllowance method for TCK module

Add approveAllowance method for TCK module #468

name: PythonBot - Assignment Limit
on:
issues:
types: [assigned]
permissions:
issues: write
jobs:
check-assignment-limit:
runs-on: hl-sdk-py-lin-md
steps:
- name: Harden the runner
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
with:
egress-policy: audit
- name: Checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Check Assignment Count
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ASSIGNEE: ${{ github.event.assignee.login }}
ISSUE_NUMBER: ${{ github.event.issue.number }}
REPO: ${{ github.repository }}
MENTOR_LABEL: "notes: mentor-duty"
run: |
# Make script executable (just in case permissions were lost during checkout)
chmod +x .github/scripts/bot-assignment-check.sh
# Run the script
./.github/scripts/bot-assignment-check.sh