Switch to opentelemetrybot account (#4591)
This commit is contained in:
		
							parent
							
								
									4c8cd7dfa5
								
							
						
					
					
						commit
						514ae2c975
					
				| 
						 | 
				
			
			@ -1,4 +0,0 @@
 | 
			
		|||
#!/bin/bash -e
 | 
			
		||||
 | 
			
		||||
git config user.name opentelemetry-java-bot
 | 
			
		||||
git config user.email 97938252+opentelemetry-java-bot@users.noreply.github.com
 | 
			
		||||
| 
						 | 
				
			
			@ -0,0 +1,4 @@
 | 
			
		|||
#!/bin/bash -e
 | 
			
		||||
 | 
			
		||||
git config user.name opentelemetrybot
 | 
			
		||||
git config user.email 107717825+opentelemetrybot@users.noreply.github.com
 | 
			
		||||
| 
						 | 
				
			
			@ -21,8 +21,8 @@ jobs:
 | 
			
		|||
          # history is needed to run git cherry-pick below
 | 
			
		||||
          fetch-depth: 0
 | 
			
		||||
 | 
			
		||||
      - name: Set git user
 | 
			
		||||
        run: .github/scripts/set-git-user.sh
 | 
			
		||||
      - name: Use CLA approved github bot
 | 
			
		||||
        run: .github/scripts/use-cla-approved-github-bot.sh
 | 
			
		||||
 | 
			
		||||
      - name: Create pull request
 | 
			
		||||
        env:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -39,8 +39,8 @@ jobs:
 | 
			
		|||
          date=$(date "+%Y-%m-%d")
 | 
			
		||||
          sed -Ei "s/^## Unreleased$/## Version $VERSION ($date)/" CHANGELOG.md
 | 
			
		||||
 | 
			
		||||
      - name: Set git user
 | 
			
		||||
        run: .github/scripts/set-git-user.sh
 | 
			
		||||
      - name: Use CLA approved github bot
 | 
			
		||||
        run: .github/scripts/use-cla-approved-github-bot.sh
 | 
			
		||||
 | 
			
		||||
      - name: Create pull request
 | 
			
		||||
        env:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -49,8 +49,8 @@ jobs:
 | 
			
		|||
          date=$(date "+%Y-%m-%d")
 | 
			
		||||
          sed -Ei "s/^## Unreleased$/## Version $VERSION ($date)/" CHANGELOG.md
 | 
			
		||||
 | 
			
		||||
      - name: Set git user
 | 
			
		||||
        run: .github/scripts/set-git-user.sh
 | 
			
		||||
      - name: Use CLA approved github bot
 | 
			
		||||
        run: .github/scripts/use-cla-approved-github-bot.sh
 | 
			
		||||
 | 
			
		||||
      - name: Create pull request against the release branch
 | 
			
		||||
        env:
 | 
			
		||||
| 
						 | 
				
			
			@ -96,8 +96,8 @@ jobs:
 | 
			
		|||
          date=$(date "+%Y-%m-%d")
 | 
			
		||||
          sed -Ei "s/^## Unreleased$/## Unreleased\n\n## Version $VERSION ($date)/" CHANGELOG.md
 | 
			
		||||
 | 
			
		||||
      - name: Set git user
 | 
			
		||||
        run: .github/scripts/set-git-user.sh
 | 
			
		||||
      - name: Use CLA approved github bot
 | 
			
		||||
        run: .github/scripts/use-cla-approved-github-bot.sh
 | 
			
		||||
 | 
			
		||||
      - name: Create pull request against main
 | 
			
		||||
        env:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -175,8 +175,8 @@ jobs:
 | 
			
		|||
            cp /tmp/CHANGELOG.md CHANGELOG.md
 | 
			
		||||
          fi
 | 
			
		||||
 | 
			
		||||
      - name: Set git user
 | 
			
		||||
        run: .github/scripts/set-git-user.sh
 | 
			
		||||
      - name: Use CLA approved github bot
 | 
			
		||||
        run: .github/scripts/use-cla-approved-github-bot.sh
 | 
			
		||||
 | 
			
		||||
      - name: Create pull request against main
 | 
			
		||||
        env:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue