Skip to content

[Feature Request]: For ANOVA, repeated-measures ANOVA, and all situations involving post-hoc tests, allow the user the option to view the uncorrected p values. #1864

[Feature Request]: For ANOVA, repeated-measures ANOVA, and all situations involving post-hoc tests, allow the user the option to view the uncorrected p values.

[Feature Request]: For ANOVA, repeated-measures ANOVA, and all situations involving post-hoc tests, allow the user the option to view the uncorrected p values. #1864

name: Label and Assign
on:
issues:
types:
- opened
- reopened
jobs:
Label-and-assign:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/github-script@v6
with:
script: |
const keyFun = require('./.github/scripts/keywords.js');
const keywords = keyFun();
const script = require('./.github/scripts/issue_labelAssign.js');
script({github, context}, keywords);