Skip to content

feat: introduced internals module #1065

feat: introduced internals module

feat: introduced internals module #1065

Workflow file for this run

name: Remove Outdated Labels
on:
pull_request_target:
types:
- closed
jobs:
remove-merged-pr-labels:
name: Remove merged pull request labels
if: github.event.pull_request.merged
runs-on: ubuntu-latest
steps:
- uses: mondeja/remove-labels-gh-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
labels: 'Status: In Review'