Un-ignored the Spanish fiscalization tests. #216
Workflow file for this run
This file contains 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: pr-automation-qa-move-on-close | |
on: | |
pull_request: | |
types: [closed] | |
jobs: | |
move-to-ready-to-test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Move to ready to test | |
uses: alex-page/[email protected] | |
with: | |
project: tech.review.qa | |
column: Ready to test | |
repo-token: ${{ secrets.TECH_ACCOUNT_PERSONAL_ACCESS_TOKEN }} |