Skip to content

Streamline CircleCI pipeline management by automating the approval of "on-hold" stages. Eliminate bottlenecks and keep your CI/CD workflows running smoothly with customizable scripts.

License

Notifications You must be signed in to change notification settings

huukhanh/auto-approve-circle-ci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

auto-approve-circle-ci

This script will auto approve "on-hold" job on cirleci by api token.

  1. Come to https://app.circleci.com/settings/user/tokens and create api token
  2. Change token under variable personalToken(line 4)
  3. Add project slug to variable slugs(line 5)
  4. Install dependences(requests: pip3 install requests)
  5. Run script by: python3 main.py

License

MIT

Checked circle CI at: Wed Aug 28 01:07:53 UTC 2024

About

Streamline CircleCI pipeline management by automating the approval of "on-hold" stages. Eliminate bottlenecks and keep your CI/CD workflows running smoothly with customizable scripts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages