Skip to content

dequelabs/action-vpat-labels

Repository files navigation

action-vpat-labels

A GitHub Action which creates issue labels for generating a VPAT report

Example workflow

name: Create VPAT issue labels

on:
  workflow_dispatch: # Manually trigger.
  schedule:
    - cron: "0 0 * * SUN" # Every Sunday at 00:00.

jobs:
  generate_report:
    runs-on: ubuntu-latest
    steps:
      - uses: dequelabs/action-vpat-labels@main

Inputs

Name Description Default
github-token Optional PAT secrets.GITHUB_TOKEN

Developer notes

  • make sure dist/ is checked in after updating files in src/ (the precommit hook should do this for you)
  • generate labels by cloning action-vpat-report in ../action-vpat-report, then running yarn generate-labels
  • test by opening a draft PR with your changes, the check the Tests/create_labels job

License

Unlicensed, this likely won't work outside of dequelabs repositories anyway.

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published