You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/07/22 12:45:13 UTC

[GitHub] [pulsar-test-infra] SignorMercurio opened a new pull request, #55: Add copy of Mattraks/delete-workflow-runs@a6457c4 action

SignorMercurio opened a new pull request, #55:
URL: https://github.com/apache/pulsar-test-infra/pull/55

   ### Motivation
   
   Because of security restrictions, public actions cannot be used directly
   in ASF GitHub Action workflows. The options are either whitelisting the
   action's repository + SHA or by creating a copy of the action or by
   forking the original repository. GitHub Actions don't support git submodules, so
   that is not an option. This commit creates a copy of the files
   which is suitable for including the action in apache/pulsar-test-infra
   repository.
   
   This action can be referenced with:
   
   ```yaml
   uses: apache/pulsar-test-infra/delete-workflow-runs@master
   ```
   
   delete-workflow-runs action is needed by changes in apache/pulsar#16539.
   
   ### Modifications
   
   Commands used to create the copy in pulsar-test-infra:
   
   ```shell
   git clone --depth 1 https://github.com/Mattraks/delete-workflow-runs
   cd delete-workflow-runs
   git checkout a6457c4
   rm -rf .git
   cd ..
   git add delete-workflow-runs
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar-test-infra] Anonymitaet commented on pull request #55: Add copy of Mattraks/delete-workflow-runs@a6457c4 action

Posted by GitBox <gi...@apache.org>.
Anonymitaet commented on PR #55:
URL: https://github.com/apache/pulsar-test-infra/pull/55#issuecomment-1195248390

   This PR blocks https://github.com/apache/pulsar/pull/16539
   
   @lhotari can you help review this PR? Thank you!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar-test-infra] lhotari commented on pull request #55: Add copy of Mattraks/delete-workflow-runs@a6457c4 action

Posted by GitBox <gi...@apache.org>.
lhotari commented on PR #55:
URL: https://github.com/apache/pulsar-test-infra/pull/55#issuecomment-1195315072

   > This PR blocks https://github.com/apache/pulsar/pull/16539
   > 
   > @lhotari can you help review this PR? Thank you!
   
   We don't need to delete old workflows anymore. I have explained it in the references PR. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar-test-infra] lhotari closed pull request #55: Add copy of Mattraks/delete-workflow-runs@a6457c4 action

Posted by GitBox <gi...@apache.org>.
lhotari closed pull request #55: Add copy of Mattraks/delete-workflow-runs@a6457c4 action
URL: https://github.com/apache/pulsar-test-infra/pull/55


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org