You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2021/02/05 06:59:59 UTC

[GitHub] [cordova] NiklasMerz opened a new issue #272: Twitter Together Workflow is broken.

NiklasMerz opened a new issue #272:
URL: https://github.com/apache/cordova/issues/272


   # Bug Report
   
   ## Problem
   
   ### What is expected to happen?
   Publishing tweets from this repo should work.
   
   ### What does actually happen?
   The twitter togehter action does not work anymore because it is not an "approved" action in the Marketplace or owend by Apache. I tried the latest version from the marketplace but no luck: https://github.com/apache/cordova/tree/NiklasMerz-patch-1.
   
   Anybody an idea how to handle this?
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   
   
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   Action log:
   
   
   `gr2m/twitter-together@v1.x and gr2m/twitter-together@v1.x are not allowed to be used in apache/cordova. Actions in this workflow must be: within a repository owned by apache, created by GitHub, verified in the GitHub Marketplace or match the following: */*@[a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9]+, AdoptOpenJDK/install-jdk@*, apache/*, burrunan/gradle-cache-action@*, codecov/codecov-action@*, conda-incubator/setup-miniconda@*, container-tools/kind-action@*, dawidd6/action-download-artifact@*, gradle/wrapper-validation-action@*, julia-actions/julia-runtest@*, julia-actions/setup-julia@*, msys2/setup-msys2@*, peaceiris/actions-gh-pages@*, peaceiris/actions-hugo@*, peter-evans/create-pull-request@*, potiuk/cancel-workflow-runs@*, r-lib/actions/*, scacap/action-surefire-report@*, shivammathur/setup-php@*, shogo82148/actions-setup-perl@*, shufo/auto-assign-reviewer-by-files@*, ruby/setup-ruby@*.`
   
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   
   
   
   ### Version information
   <!-- 
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins 
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [ ] I searched for existing GitHub issues
   - [ ] I updated all Cordova tooling to most recent version
   - [ ] I included all the necessary information above
   


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] [cordova] timbru31 commented on issue #272: Twitter Together Workflow is broken.

Posted by GitBox <gi...@apache.org>.
timbru31 commented on issue #272:
URL: https://github.com/apache/cordova/issues/272#issuecomment-773901855


   Seems yes, e.g., https://issues.apache.org/jira/browse/INFRA-21234 and https://issues.apache.org/jira/browse/INFRA-21239


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] [cordova] timbru31 commented on issue #272: Twitter Together Workflow is broken.

Posted by GitBox <gi...@apache.org>.
timbru31 commented on issue #272:
URL: https://github.com/apache/cordova/issues/272#issuecomment-773898276






----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] [cordova] timbru31 commented on issue #272: Twitter Together Workflow is broken.

Posted by GitBox <gi...@apache.org>.
timbru31 commented on issue #272:
URL: https://github.com/apache/cordova/issues/272#issuecomment-773898276


   The RegExp ` or match the following:` looks really like it's maintained by hand. Maybe we need to ask INFRA to whitelist this action?


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] [cordova] NiklasMerz commented on issue #272: Twitter Together Workflow is broken.

Posted by GitBox <gi...@apache.org>.
NiklasMerz commented on issue #272:
URL: https://github.com/apache/cordova/issues/272#issuecomment-792540931


   Fixed https://issues.apache.org/jira/browse/INFRA-21420?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel 


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] [cordova] NiklasMerz commented on issue #272: Twitter Together Workflow is broken.

Posted by GitBox <gi...@apache.org>.
NiklasMerz commented on issue #272:
URL: https://github.com/apache/cordova/issues/272#issuecomment-778630151


   Issue opened https://issues.apache.org/jira/browse/INFRA-21420


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] [cordova] NiklasMerz closed issue #272: Twitter Together Workflow is broken.

Posted by GitBox <gi...@apache.org>.
NiklasMerz closed issue #272:
URL: https://github.com/apache/cordova/issues/272


   


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org