Skip to content

Commit

Permalink
feat: add issue export
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisjoshford committed Nov 12, 2024
1 parent 578ad9a commit 17ed862
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Transfer New Issue to Docs Project
name: Add Issue to DevRel Project Management

on:
issues:
Expand All @@ -17,7 +17,7 @@ jobs:
const issueBody = context.payload.issue.body;
const issueNumber = context.payload.issue.number;
const organizationName = 'near';
const projectName = 'NEAR Docs';
const projectName = 'DevRel';
// Fetch project ID and other necessary IDs
const query = `
Expand Down Expand Up @@ -45,3 +45,4 @@ jobs:
`;
await github.graphql(mutation, { projectId: projectId, contentId: context.payload.issue.node_id });
g
4 changes: 4 additions & 0 deletions src/services/NEAR.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 17ed862

Please sign in to comment.