Toggle Pull Request [docker action]
A GitHub action to automatically toggle a pull request
The latest version available for this action is
40c22b7a
. It was last updated on Thu Apr 21 2022.
This action has no inputs.
Examples
As a step in pre-existing job.
- uses: actions/checkout@master
- … other steps
- uses: dogmatic69/actions@40c22b7a
This simple job example has the bare minimum required to run.
toggle-pull-request: name: Toggle Pull Request runs-on: ubuntu-latest steps: - uses: actions/checkout@master - uses: dogmatic69/actions@40c22b7a