add tag when copying image when sourceRef is using both tag and digest #176
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
on: | |
issue_comment: | |
types: [created] | |
jobs: | |
awaiting_reply: | |
runs-on: ubuntu-latest | |
name: Toggle label upon reply | |
steps: | |
- name: Toggle label | |
uses: jd-0001/[email protected] | |
with: | |
label: awaiting-reply | |
exclude-members: estahn |