Skip to content

Contributing to unified projects, including as a maintainer, is a voluntary endeavour (it is unpaid). There are no scores. Contributing more doesn’t necessarily mean you get voting rights. Everybody (except for me) is doing this next to their day job. #294

Contributing to unified projects, including as a maintainer, is a voluntary endeavour (it is unpaid). There are no scores. Contributing more doesn’t necessarily mean you get voting rights. Everybody (except for me) is doing this next to their day job.

Contributing to unified projects, including as a maintainer, is a voluntary endeavour (it is unpaid). There are no scores. Contributing more doesn’t necessarily mean you get voting rights. Everybody (except for me) is doing this next to their day job. #294

Workflow file for this run

name: bb
on:
issues:
types: [opened, reopened, edited, closed, labeled, unlabeled]
pull_request_target:
types: [opened, reopened, edited, closed, labeled, unlabeled]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: unifiedjs/beep-boop-beta@main
with:
repo-token: ${{secrets.GITHUB_TOKEN}}