Skip to content

feat: add C solution to lcof2 problem: No.012 #927

feat: add C solution to lcof2 problem: No.012

feat: add C solution to lcof2 problem: No.012 #927

Workflow file for this run

name: pr-add-label
on:
pull_request_target:
types: [opened, edited, reopened, synchronize]
jobs:
add-label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Check PR number
id: pr_number
run: echo "PR_NUMBER=${{ github.event.pull_request.number }}" >> $GITHUB_ENV
- name: Run add-label Action
uses: thinkasany/pr-label-action@master
with:
github_token: ${{ secrets.DOOCS_BOT_ACTION_TOKEN }}
pr_number: ${{ env.PR_NUMBER }}
organize_name: "doocs"
team_name: "leetcode-algorithm"