Adding the capability to create the approval issue in the another repository (#142)

* Adding the capability to create the approval issue in another repository

* reverting testing changes

* reverting test changes contd.

* Updating readme and removing a debug line

* Introduce a 'fail-on-denial' boolean (#147)

* Introduce a 'fail-on-approval' boolean

* Use test docker image

* oops

* change default and fix logic

* Update action.yaml

* Fix linting error

* Adding the capability to create the approval issue in another repository

* reverting testing changes

* reverting test changes contd.

* moving targetRepo inputs from env vars to action-args

* Update constants.go

* Update constants.go to resolve nuances created by inconsistent tab length settings

---------

Co-authored-by: Liz MacLean <18120837+lizziemac@users.noreply.github.com>
This commit is contained in:
Sanskar Arora 2025-02-23 00:20:00 +05:30 committed by GitHub
parent aba06e32f1
commit c17f1c63ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 55 additions and 12 deletions

View file

@ -20,6 +20,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build
run: make build
env: