GithubHelp home page GithubHelp logo

Comments (6)

Paddy-Farmeye avatar Paddy-Farmeye commented on June 3, 2024 1

@peter-evans thunderbirds are go ... thanks for your time and prompt resolution.

from create-pull-request.

Paddy-Farmeye avatar Paddy-Farmeye commented on June 3, 2024

As you suggested I have set the following permissions on my Github App:

Under Repository permissions: Contents select Access: Read & write.
Under Repository permissions: Pull requests select Access: Read & write.
Under Organization permissions: Members select Access: Read-only.

But I'm wondering if under Repository, do I also need to set values for Actions and/or Checks and/or Commit statuses?, ref:
Screenshot 2023-10-20 at 12 07 09
Screenshot 2023-10-20 at 12 09 31
Screenshot 2023-10-20 at 12 09 51

from create-pull-request.

peter-evans avatar peter-evans commented on June 3, 2024

Hi @Paddy-Farmeye

It looks like the permissions are correct on the app. Is the app installed on the repository where the workflow is running?

Please could you show me a larger screenshot of the PR in GitHub so I can see other details, or a link to it if it's public.

from create-pull-request.

Paddy-Farmeye avatar Paddy-Farmeye commented on June 3, 2024

Hi @peter-evans Yes, the app is installed and runs in the action.
Screenshot 2023-10-20 at 12 20 11

A larger screenshot of the PR:
Screenshot 2023-10-20 at 12 29 27

from create-pull-request.

peter-evans avatar peter-evans commented on June 3, 2024

Ah, I see the problem. The pull request workflow is not triggering because the branches you specified are not the target of the PR. It's the target branch, not the PR branch that you need to specify here:

on:
 pull_request:
    branches:
-     - devel
-     - release
+     - main

from create-pull-request.

Paddy-Farmeye avatar Paddy-Farmeye commented on June 3, 2024

Ah okay, let me give this a go and if all's good I'll close this issue, thanks.

from create-pull-request.

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.