Skip to content

Commit

Permalink
Merge branch 'piug-07:main' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
DevGajjar28 authored Jun 10, 2024
2 parents 3d5b627 + d4c5449 commit 69aab25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autoassign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Auto label issue
run: |
LABELS='["good first issue", "gssoc", "level 3"]'
LABELS='["good first issue", "gssoc", "level 2"]'
curl -X POST -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.issue.number }}/labels \
Expand Down
2 changes: 2 additions & 0 deletions js/blog.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
const urlParams = new URLSearchParams(window.location.search);
const id = urlParams.get("id");



document.addEventListener("DOMContentLoaded", function() {
var tbody = document.getElementById("blog");

Expand Down

0 comments on commit 69aab25

Please sign in to comment.