Giter Club home page Giter Club logo

Comments (6)

GRBurst avatar GRBurst commented on July 28, 2024 1

@srggrs thanks for the reply. I double checked again and found that the GITHUB_TOKEN is a predefined action token, like mentioned here About GITHUB_TOKEN.

Now everything is working fine 👍

from assign-one-project-github-action.

srggrs avatar srggrs commented on July 28, 2024

I'm not sure what is going on in your case... but as you can see in this Issue, the action worked as expected, and assign your opened issue to the project Towards Usability as mentioned in the notifications above github-actions bot added this to To do in Towards Usability 2 days ago.

Have a look at my workflow file in here.

I suggest to check:

  • the right url of your project
  • the token, especially for repo owned by an organisation

Let me know how it goes! 😄

from assign-one-project-github-action.

gracetangg avatar gracetangg commented on July 28, 2024

@GRBurst I am having the same issue, I was wondering what you did to resolve it?

from assign-one-project-github-action.

GRBurst avatar GRBurst commented on July 28, 2024

@gracetangg sorry, being off the radar lately. Do you still face the issue? The solution for me was to use the mentioned GITHUB_TOKEN instead of defining my own one.

from assign-one-project-github-action.

gracetangg avatar gracetangg commented on July 28, 2024

@GRBurst Your good, I did that and it worked. Thanks!

from assign-one-project-github-action.

saideep2000 avatar saideep2000 commented on July 28, 2024

@GRBurst @gracetangg @srggrs I'm trying to do the same thing what you guys were saying.

name: Auto Assign to Project(s)
on:
issues:
types: [opened]
env:
MY_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
assign_one_project:
runs-on: ubuntu-latest
name: Assign to One Project
steps:
- name: Assign NEW issues to Kanban
uses: srggrs/[email protected]
if: github.event.action == 'opened'
with:
project: 'https://github.com/users/saideep2000/projects/2'
column_name: 'Backlog'

I make sured that the project link is correct and even the cloumn name is correct and also using MY_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} for my predefined token to generate.

But still I'm getting the error, can you point me where I'm going wrong with this. I also saw the documentation but I don't know where to actually see to solve this.

jq: error (at :4): Cannot index string with string "html_url"
No project was found.
jq: error (at :4): Cannot index string with string "name"
INITIAL_COLUMN_ID is not found.

from assign-one-project-github-action.

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.