Giter Club home page Giter Club logo

Comments (5)

mshick avatar mshick commented on August 24, 2024 3

I just re-published v1 to the marketplace with the feature you introduced me to @kceb. My implementation was a little more in the official GitHub Action style, but your PR was a huge help.

You can now use this action on triggers other than on: pull_request. This means you can update a PR issue post-merge, to update the status on some sort of deployment, which I believe was your use case @shanedroid.

Thanks for helping me make this action better. Please feel free to let me know how it's going.

from add-pr-comment.

mshick avatar mshick commented on August 24, 2024

It looks like you're running this on a push to master, which does not contain an issue number. You can only use it on these triggers:

on:
  pull_request:

I can probably handle this case better, and output something into your logs rather than failing hard. Will put a fix out shortly.

from add-pr-comment.

kceb avatar kceb commented on August 24, 2024

@mshick I'd like to use this action to post a comment on the PR with the iOS/Android builds after it is merged to master. Seems like it's not possible because it only runs on pull request triggers. Is there a way to add that functionality or does github not make it possible?

I made a github action to get the URL of the PR here: https://github.com/kceb/pull-request-url-action
and it seems to be working on merges.

Edit: Created a PR with changes I made in my fork: https://github.com/mshick/add-pr-comment/pull/4/files

from add-pr-comment.

kceb avatar kceb commented on August 24, 2024

@shanedroid lmk if my fork works out for you: https://github.com/kceb/add-pr-comment

from add-pr-comment.

schoenwaldnils avatar schoenwaldnils commented on August 24, 2024

you can filter jobs do only run on pull requests with the if option:

  jobName:
    if: contains(github.ref, 'pull')
    steps:
      ...

from add-pr-comment.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.