diffatac fails for hs1_chrR: object 'roiAnnodf' not found in DESeq2.Rmd #23
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Autoassign milestone | |
| on: | |
| issues: | |
| types: [assigned, opened, reopened] | |
| pull_request: | |
| types: [assigned, opened, reopened] | |
| permissions: | |
| issues: write | |
| pull-requests: write | |
| jobs: | |
| milestone: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: do it | |
| run: | | |
| msname=$(date "+%b %Y") | |
| echo $msname | |
| echo "gh issue edit $ISSUE --milestone \"$msname\"" | |
| gh issue edit $ISSUE --milestone "$msname" | |
| env: | |
| GH_TOKEN: ${{ github.token }} | |
| ISSUE: ${{ github.event.issue.number }} |